Last Updated: Dec 3, 2020
Use this function to find if a file exists in the given path.
Check The File Exists Or Not (filename)
Input Parameter Name | Description |
---|---|
filename | Path of the file |
Return value | Description |
---|---|
True/False | Returns True if the given file is present, False if the given file is not present. |
Check The File Exists Or Not (C:\Invoice.pdf) = True
To view all the File functions, click here.