retrieve_file.m

From Spinach Documentation Wiki
Revision as of 21:07, 22 February 2026 by Kuprov (talk | contribs) (Create documentation page from Spinach function header)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Retrieves a file from an HTTPS link and stores it in a user-

Syntax

        file_path=retrieve_file(file_url,file_name,dest_dir)

Arguments

        file_url  - HTTPS URL pointing to the file to retrieve
        file_name - name of the file to be stored on disk
        dest_dir  - destination directory for the downloaded file

Outputs

        file_path - full path to the retrieved file

Examples

See examples in the Spinach distribution relevant to this function.

Notes

This page was generated from the function header in the Spinach repository.

See also

Main_Page

Version 2.11, authors: Ilya Kuprov