Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Validates that the file exists on the server and the client based on where the class is being executed.
Syntax
public boolean validatefFile(str _fileName, [str _mode])
Run On
Called
Parameters
- _fileName
Type: str
The path and name of the file.
- _mode
Type: str
The mode of opening the file.
Return Value
Type: boolean
true if the file exists; otherwise, false.