File Exists

Returns true when the given file is found.

Privileges

Normal

Input Parameters

Name Type Required Description
File String Yes The full path of the file to be located.

Output Parameters

Name Type Description
Result String Returns 'True' if the file is found, 'False' otherwise.

Example Input Parameters

Name Type Required Example
File String Yes C:\folder1\file1.txt