Retrieve information on a file or directory
- Last UpdatedJul 24, 2024
- 1 minute read
In a script, you can retrieve information on a specific file or directory by using the InfoFile() function. By using different parameters you can find:
-
If the file exists.
-
If the specified file name is actually a directory.
-
The size (in bytes) of the file.
-
The timestamp of the file or directory.
-
The number of files that match a wildcard search.