Last Updated: Feb 14, 2022
Use this function to check if a file exists in the given path.
Does Exists (file_path)
Input Parameter Name | Description |
---|---|
file_path | 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. |
Does Exists (C:\Invoice.pdf)
To view all the File functions, click here.