Back to Adaptive Vision Library Lite website
You are here: Start » File System
File System
Select a function from the list below.
| Icon | Name | Description |
|---|---|---|
| CreateDirectories | Creates a directory tree if it does not exist. | |
| FileAttributes | Provides information about file, e.g. size, modification time | |
| FileChecksum | Returns CRC checksum of the input file. | |
| FindDirectories | Returns subdirectories of the input directory. | |
| FindFiles | Returns files of the input directory. | |
| RemoveDirectory | Removes a directory (tree) recursively | |
| RemoveFiles | Removes a directory (tree) recursively | |
| TestDirectoryEmpty | Checks if a given directory is empty. | |
| TestDirectoryExists | Checks if a given directory is present. | |
| TestFileEmpty | Checks if a given file is empty. | |
| TestFileExists | Checks if a given file is present. |
Select Filter Equivalent below.
| Icon | Name | Description |
|---|---|---|
| GenerateFileName | Generates consecutive file names, eg. for saving series of images |
