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: 12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4   13.5    Statistic    FMM    Blog  

WebDownloadDelegate.Path

The file path of the downloaded file.

Component Version macOS Windows Linux Server iOS SDK
WebDownloadDelegate 2.7 ✅ Yes ❌ No ❌ No ❌ No ✅ Yes
MBS( "WebDownloadDelegate.Path" )

Parameters

none

Result

Returns file path.

Description

The file path of the downloaded file.
This is a temporary file and you should import, move, rename or copy it.
If you don't delete this file, it will be on the next restart of the Mac.

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.

See also

Example Databases

Blog Entries

This function is free to use.

Created 18th August 2014, last changed 26th August 2023


WebDownloadDelegate.MIMEType - WebDownloadDelegate.SetBeginDownloadHandler

💬 Ask a question or report a problem