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:
11.1
11.2
11.3
11.4
11.5
12.0
12.1
12.2
12.3
12.4
Statistic
FMM
Blog
Process.GetCurrentDirectory
Queries current directory.
Component | Version | macOS | Windows | Linux | Server | iOS SDK | License |
Process | 6.5 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | Paid |
MBS( "Process.GetCurrentDirectory" )
Parameters
none
Result
Returns path or error.
Description
Queries current directory.Some OS functions look for files relative to this 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.
For Server be aware that server has limited permissions and may not be able to access all files on a computer.
Examples
Query current directory:
MBS( "Process.GetCurrentDirectory")
See also
- Path.FileMakerPathToNativePath
- Process.SetCurrentDirectory
- Shell.GetCurrentDirectory
- Shell.SetCurrentDirectory
Blog Entries
Created 8th November 2016, last changed 8th November 2016
Process.FrontWindowTitle - Process.IsFrontMost
Feedback: Report problem or ask question.
