Functions Reference

Table Of Contents
Data type returned
text
Description
Returns the path to the preferences and default options folder for the current user. In
Windows, the path format is /Drive:/Documents and Settings/UserName/Local Settings/
Application Data/. In the Mac OS, the path format is /DriveName/Users/UserName/
Library/Preferences/.
Note See FileMaker Pro help for information about running scripts in client/server and
peer-to-peer environments.
Examples
Returns /C:/Documents and Settings/John Smith/Local Settings/Application Data/
for a user named John Smith in Windows.
Returns /MacintoshHD/Users/John Smith/Library/Preferences/ for a user named John
Smith in the Mac OS.
Get(PrinterName)
Format
Get(PrinterName)
Parameter
None
Data type returned
text
Description
In Windows, returns a string with each of these entries separated by a comma:
the printer name
the driver name
the name of the printer port
In Mac OS, returns a string with these entries separated by the word on:
the Queue name of the printer (if provided)
•the IP address of the printer
If any of this information isn’t available, <Unknown> is inserted in the result (except for
Queue name in the Mac OS).
Note See FileMaker Pro help for information about running scripts in client/server and
peer-to-peer environments.