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
- Version 8.3
- Added ImageCapture functions to take pictures and download images from camera: ImageCapture.CameraInfo, ImageCapture.Download, ImageCapture.Thumbnail, ImageCapture.Contents, ImageCapture.MediaFiles, ImageCapture.MediaFilenames, ImageCapture.RequestDeleteFiles, ImageCapture.RequestSyncClock, ImageCapture.RequestDisableTethering, ImageCapture.RequestEnableTethering and ImageCapture.RequestTakePicture.
Example Databases
Blog Entries
- Import images from cameras on MacOS with FileMaker
- MBS FileMaker Plugin, version 8.3pr2
- Import images from cameras on MacOS with FileMaker
This function checks for a license.
Created 4th June 2018, last changed 1st August 2019