Back to FabImage Library website
You are here: Start » Function Reference » File System
File System
Select a function from the list below.
Icon | Name | Description | Library |
---|---|---|---|
![]() |
CheckDiskSpace | Determines the information about the filesystem on which the pathname inPath is located. | Lite |
![]() |
CopyFiles | Copy files that match a pattern from a directory to other directory. | Lite |
![]() |
CreateDirectories | Creates a directory tree if it does not exist. | Lite |
![]() |
EnumerateFiles | Enumerates the files present in a disk directory. | Lite |
![]() |
EnumerateFiles_Random | Enumerates the files present in a disk directory sorted randomly. | Lite |
EnumerateObjects | Enumerates the fidata files present in a disk directory and sorts them according to the specified order and loads an object from a file. | Lite | |
EnumerateObjects | Enumerates the fidata files present in a disk directory and sorts them according to the specified order and loads an object from a file. | Lite | |
![]() |
FileAttributes | Provides information about file, e.g. size, modification time | Lite |
![]() |
FileChecksum | Returns CRC checksum of the input file. | Lite |
![]() |
FindDirectories | Returns subdirectories of the input directory. | Lite |
![]() |
FindFiles | Returns files of the input directory. | Lite |
![]() |
RemoveDirectory | Removes a directory, with all files and subdirectories. | Lite |
![]() |
RemoveFiles | Removes files that match a pattern from a directory. | Lite |
![]() |
TestDirectoryEmpty | Checks if a given directory is empty. | Lite |
![]() |
TestDirectoryExists | Checks if a given directory is present. | Lite |
![]() |
TestFileEmpty | Checks if the size of the file is equal to zero. | Lite |
![]() |
TestFileExists | Checks if a given file is present. | Lite |
Select Filter Equivalent below.
Icon | Name | Description | Library |
---|---|---|---|
![]() |
GenerateFileName | Generates consecutive file names, e.g. for saving series of images | Lite |