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  

WebDownloadDelegate.SetFolder

Sets the download folder.

Component Version macOS Windows Linux Server iOS SDK
WebDownloadDelegate 2.8 ✅ Yes ❌ No ❌ No ❌ No ❌ No
MBS( "WebDownloadDelegate.SetFolder"; Path )   More

Parameters

Parameter Description Example
Path The native path to the download folder. $path

Result

Returns OK on success.

Description

Sets the download folder.
Make sure the folder is empty as with duplicate file name you get an error.
If you do not set download folder, it goes to default temporary folder.

Version 9.5 or newer check if folder is valid before setting it.
Sadly macOS Catalina may ignore this folder setting and still use temporary folder, so you may need to use Files.MoveFile later to move the file to the place you like.

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.

Examples

Download to desktop:

Set Variable [ $result ; Value: MBS("WebDownloadDelegate.SetFolder"; MBS( "Folders.UserDesktop" )) ]

See also

Release notes

Blog Entries

Created 18th August 2014, last changed 13th May 2021


WebDownloadDelegate.SetFailHandler - WebDownloadDelegate.SetProgressHandler

Feedback: Report problem or ask question.