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.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
IKScannerDevicePanel.SetDownloadsDirectory
Sets the download directory.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| ImageCapture | 6.5 | Yes | No | No | No | No |
MBS( "IKScannerDevicePanel.SetDownloadsDirectory"; Path ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| Path | The native path to the folder to store images. |
Result
Returns OK or error.
Description
Sets the download directory.Please make sure you can write to this folder.
We recommend a temporary folder.
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
Scan to desktop folder:
Set Variable [$r; Value:MBS( "IKScannerDevicePanel.SetDownloadsDirectory"; MBS("Folders.UserDesktop") )]
See also
- Folders.UserDesktop
- IKScannerDevicePanel.GetDownloadsDirectory
- IKScannerDevicePanel.Show
- Path.FileMakerPathToNativePath
Example Databases
Created 7th November 2016, last changed 7th November 2016
IKScannerDevicePanel.SetDocumentName - IKScannerDevicePanel.SetHeight
Feedback: Report problem or ask question.
Links
MBS FileMaker Plugins