This FileExists function will return a TRUE = (1) value when the file, or folder does exist, and a FALSE = (0) value when the file or folder does not exists.
Syntax: |
---|
exists = FileExists( path ) |
Parameter: |
Description: |
---|---|
path |
The full path of the file or folder. |
Example: |
---|
' Does the "test.txt" exists in the fileManager's Default Folder? |
Returns: |
Return is TRUE when the File Exists is reported, and False when "Does Not Exists" is reported. |
Links: |
---|
CopyFile, DeleteFile, EditFile, Extract, FileExists, FileSize, MoveFile, OpenFile, RenameFile |
See Also: |
Edit Time: 10/23/2020 10:28:43 AM |
Topic ID#: 337 |