Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
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
- Files.MoveFile
- Path.FileMakerPathToNativePath
- WebDownloadDelegate.Cancel
- WebDownloadDelegate.Install
- WebDownloadDelegate.SetDidDownloadHandler
- WebDownloadDelegate.SetProgressHandler
- WebDownloadDelegate.URL
Example Databases
Blog Entries
This function is free to use.
Created 18th August 2014, last changed 26th August 2023
WebDownloadDelegate.MIMEType - WebDownloadDelegate.SetBeginDownloadHandler