Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 9.5   10.0   10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2    Statistic    FMM    Blog  

ImagePicker.WriteVideoToSavedPhotosAlbum

Adds a video to the saved photos album.

Component Version macOS Windows Linux Server iOS SDK
ImagePicker 7.3 ❌ No ❌ No ❌ No ❌ No ✅ Yes
MBS( "ImagePicker.WriteVideoToSavedPhotosAlbum"; FilePath { ; FileName; ScriptName; Parameter } )   More

Parameters

Parameter Description Example Flags
FilePath The file path to the video file.
FileName The file name for the script. Get(FileName) Optional
ScriptName The script name for the trigger. Optional
Parameter The script parameter to use. Optional

Result

Returns OK or error.

Description

Adds a video to the saved photos album.
The work is done in background and we can optionally trigger a script when done.

This function requires a native path. Use Path.FileMakerPathToNativePath to convert a FileMaker path to a native path if required. If you like to have the user choose the path, you can use FileDialog functions.

See also

Created 17th June 2017, last changed 18th June 2017


ImagePicker.WriteImageToSavedPhotosAlbum - ImageView.Clear

Feedback: Report problem or ask question.