Get(FileMakerPath)
Syntax: Get ( FileMakerPath ) |
Parameters: None
Data type returned: Text
Description:
Returns the path to the folder of the currently running copy of FileMaker Pro. In Windows, the path format is /Drive:/Program Files/FileMaker/FileMaker Pro 8/. In the Mac OS, the path format is /DriveName/Applications/FileMaker Pro 8/. (The actual path may vary if FileMaker was installed in a non-standard location.)
Examples:
Function |
Results |
---|---|
Get (FileMakerPath) |
Returns /C:/Program Files/FileMaker/FileMaker Pro 8/ in Windows. |
Returns /MacintoshHD/Applications/FileMaker Pro 8/ in the Mac OS. |