Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

ImageCapture.Download

Downloads a file from device.

Component Version macOS Windows Linux Server iOS SDK
ImageCapture 8.3 ✅ Yes ❌ No ❌ No ❌ No ❌ No
MBS( "ImageCapture.Download"; FileName { ; Folder; DeleteAfterDownload } )   More

Parameters

Parameter Description Example Flags
FileName The file name of the media file to download. "IMG1234.JPG"
Folder Path of destination folder.
If empty, we use temporary folder.
"/Users/cs/Download" Optional
DeleteAfterDownload Pass 1 to delete file on device after successful download. 0 Optional

Result

Returns file path or error.

Description

Downloads a file from device.
On success returns native file path of downloaded file.
You can import file e.g. with Files.ReadFile.

You can use ImageCapture.MediaFilenames to learn list of file names.

See also

Release notes

Example Databases

Blog Entries

This function checks for a license.

Created 4th June 2018, last changed 1st August 2019


ImageCapture.DevicesJSON - ImageCapture.Features