Functions Reference

Table Of Contents
Get functions
F
ILEMAKER FUNCTIONS REFERENCE 98
Get(ConnectionState) A number representing the security state of the network
connection for the current file.
Get(CurrentDate) The current date according to the system calendar.
Get(CurrentExtendedPrivileges) A list of keywords, based on the account used to evaluate this
calculation, for the enabled extended privileges.
Get(CurrentHostTimestamp) The host's current date and time (to the nearest second)
according to the system clock.
Get(CurrentPrivilegeSetName) The name of the privilege set being used to evaluate this
calculation in the file.
Get(CurrentTime) The current time (to the nearest second) according to the system
clock.
Get(CurrentTimestamp) The current date and time (to the nearest second) according to
the system clock.
Get(CurrentTimeUTCMilliseconds) The current time in Coordinated Universal Time (UTC) to the
nearest millisecond.
Get(CustomMenuSetName) The name of the active custom menu set.
Get(DesktopPath) The path to the desktop folder for the current user.
Get(Device) A number representing the type of computer or mobile device
running the FileMaker product.
Get(DocumentsPath) The path to the Documents folder for the current user.
Get(DocumentsPathListing) A list of all files and folders in the Documents folder returned by
the Get(DocumentsPath) function.
Get(EncryptionState) A value representing the file’s current encryption state.
Get(ErrorCaptureState) 1 (true) if the Set Error Capture script step is on; otherwise,
returns 0 (false).
Get(FileMakerPath) The path to the folder of the currently running copy of
FileMaker
Pro.
Get(FileName) The name of the currently active file, without the filename
extension.
Get(FilePath) The full path of the location of the currently active file.
Get(FileSize) The size, in bytes, of the currently active file.
Get(FoundCount) The number of records in the current found set.
Get(HighContrastColor) The current high contrast default color scheme name.
Get(HighContrastState) 1 (true) if high contrast is available and active; otherwise, returns
0 (false).
Get(HostApplicationVersion) The version of FileMaker Pro or FileMaker Server running on the
computer hosting the current file.
Get(HostIPAddress) The IP address of the host computer for the current file.
Get(HostName) The registered name of the computer that is hosting the file.
Get(InstalledFMPlugins) The name, version number, and enabled state of installed plug-
ins.
Get(LastError) A number for the error that occured in the execution of the most
recently executed script step.
This function Returns