FileExists
FileExists
Checks for the existence of a file. Returns 'True' if the specified file exists, and 'False' otherwise.
Properties
InputFile
Type: System.String
Specifies a full path to a file the activity will search. If the file specified is not found, the result will be 'False'.
BooleanOutput
Type: System.Boolean
Contains the result of the File Exists check. The result is either 'True' (all files exist) or 'False' (at least one file does not exist.) This is a read-only output parameter.
Add Comment