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 |
---|---|---|
![]() | CreateDirectories | Creates a directory tree if it does not exist. |
![]() | EnumerateFiles | Enumerates the files present in a disk directory. |
![]() | 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, eg. 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 (tree) recursively |
![]() | RemoveFiles | Removes a directory (tree) recursively |
![]() | 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 a given file is empty. |
![]() | TestFileExists | Checks if a given file is present. |
![]() | WriteToString | Writes element to string stream with specified format. |