Filemaker Pro 8.5 Educational Maintenance T3 TJ083LL/A User Manual

Product codes
TJ083LL/A
Page of 238
80     FileMaker Functions Reference
Get(DocumentsPath)
Format
Get(DocumentsPath)
Parameter
None
Data type returned
text
Description
Returns the path to the documents folder for the current user. In Windows, the path format 
is /Drive:/Documents and Settings/UserName/My Documents/. In the Mac OS, the path 
format is /DriveName/Users/UserName/Documents/.
Note  
See FileMaker Pro help for information about running 
 in client/server and 
peer-to-peer environments.
Examples
Returns 
/C:/Documents and Settings/John Smith/My Documents/ 
for a user named 
John Smith in Windows.
Returns 
/MacintoshHD/Users/John Smith/Documents/
 for a user named John Smith in 
the Mac OS.
Get(ErrorCaptureState)
Format
Get(ErrorCaptureState)
Parameter
None
Data type returned
number
Description
Returns 1 if the Set Error capture script step is on; otherwise returns 0.
Note  
See FileMaker Pro help for information about running 
 in client/server and 
peer-to-peer environments.
Example
Returns 1 if the Set Error capture script step is on.