Syntax |
FILE_EXIST (Filename) |
Description |
Returns True if the <filename> exist on disk. |
Example |
FILE_EXIST([Image]) |
Checks whether a resource, for example an image file exists on your computer. This function returns "True", if the image exist on disk.
Filename |
Filename of file to check the existence of. Any text expression or data field containing a text. |