Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Process.SetCurrentDirectory
Sets the current directory.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Process | 6.5 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "Process.SetCurrentDirectory"; Path ) More
Parameters
Parameter | Description | Example |
---|---|---|
Path | The new native path. | "C:\Test" |
Result
Returns OK or error.
Description
Sets the 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
Set current directory:
MBS( "Process.SetCurrentDirectory"; "/Users/cs/Desktop" )
Set current path on Windows:
MBS( "Process.SetCurrentDirectory"; "C:\Test" )
See also
- Files.CreateSymbolicLink
- Files.FileExists
- Files.MoveFile
- OCR.Load
- Path.FileMakerPathToNativePath
- Process.GetCurrentDirectory
- Shell.GetCurrentDirectory
- Shell.SetCurrentDirectory
- XML.Validate
- XML.ValidateFile
Example Databases
- DynaPDF/ZUGFeRD and Facture-X/ZUGFeRD Validation
- OCR/OCR with DynaPDF
- OCR/OCR
- Saxon/Saxon ZUGFeRD Validation
Blog Entries
- Validate electronic invoices with Saxon
- Validating schema for electronic invoices with ZUGFeRD
- Introducing Tesseract 4 to FileMaker
- MBS FileMaker Plugin, version 6.5pr6
This function checks for a license.
Created 8th November 2016, last changed 8th November 2016
