Functions Reference

Table Of Contents
See FileMaker Pro help for information about running scripts in client/server and
peer-to-peer environments.
Example
Your account uses a privilege set that includes the extended privilege of Access via
Instant Web Publishing (keyword "fmiwp").
Position(Get(ExtendedPrivileges); "fmiwp"; 1; 1) returns a value greater
than 0.
Get(FileMakerPath)
Format
Get(FileMakerPath)
Parameter
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/.
See FileMaker Pro help for information about running scripts in client/server and
peer-to-peer environments.
Examples
Returns /C:/Program Files/FileMaker/FileMaker Pro 8/ in Windows.
Returns /MacintoshHD/Applications/FileMaker Pro 8/ in the Mac OS.
Get(FileName)
Format
Get(FileName)
Parameter
None
Data type returned
text