File Exists
Checks if the given file exists or not.
This activity checks if the user-specified file exists or not.
Input
File Name:
String ArgumentRequiredSpecifies the full path of the file.
Output
Result:
Boolean VariableSpecifies a variable to store a boolean value to indicate whether the user-specified file exists or not.
Last updated