Back to FabImage Studio website
You are here: Start » Filter Reference » File System
File System
Select a filter from the list below.
Icon | Name | Description |
---|---|---|
![]() |
CheckDiskSpace | Determines the information about the filesystem on which the pathname inPath is located. |
![]() |
CopyFiles | Copy files that match a pattern from a directory to other directory. |
![]() |
CreateDirectories | Creates a directory tree if it does not exist. |
![]() |
EnumerateFiles | Enumerates the files present in a disk directory. |
![]() |
EnumerateFiles_Random | Enumerates the files present in a disk directory sorted randomly. |
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. | |
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. | |
![]() |
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. |
![]() |
GenerateFileName | Generates consecutive file names, e.g. for saving series of images |
![]() |
LoadObject | Loads an object from a file. |
![]() |
ReadFromString | Reads element from string stream of specified format. |
![]() |
RemoveDirectory | Removes a directory, with all files and subdirectories. |
![]() |
RemoveFiles | Removes files that match a pattern from a directory. |
![]() |
SaveObject | Saves an object to a file. |
![]() |
TestDirectoryEmpty | Checks if a given directory is empty. |
![]() |
TestDirectoryExists | Checks if a given directory is present. |
![]() |
TestFileEmpty | Checks if the size of the file is equal to zero. |
![]() |
TestFileExists | Checks if a given file is present. |
![]() |
WriteToString | Writes element to string stream with specified format. |