FileExists (7.2)

Returns True or False, based on whether the file exists on the client filesystem.

Usage

@FileExists(<FileName>, [<SpecialFolder>])

Argument Name Description
FileName The file name or path of the file to be checked. If a SpecialFolder is specified, the FileName will be appended to the folder path.
SpecialFolder Optional; The special folder in which to check for the file. Valid values are "desktop", "documents", "appdata", "favorites", and "personal".