You are here: Start » Filter Reference » System » File System
File System
Select a filter from the list below.
| Icon | Name | Description / Applications | Modules | |
|---|---|---|---|---|
| CheckDiskSpace |
|
Determines the information about the filesystem on which the pathname inPath is located. |
FoundationLite | |
| ConvertPathToAbsolute |
|
Makes the path absolute, inStartPath + inPath |
FoundationLite | |
| ConvertPathToRelative |
|
Makes the path relative to inBasePath |
FoundationLite | |
| CopyFiles |
|
Copies files that match a pattern from a directory to other directory. |
FoundationLite | |
| CreateDirectories |
|
Creates a directory tree if it does not exist. |
FoundationLite | |
| EnumerateFiles |
|
Enumerates the files present in a disk directory. |
FoundationLite | |
| EnumerateFiles_Random |
|
Enumerates the files present in a disk directory sorted randomly. |
FoundationLite | |
| EnumerateObjects |
|
Enumerates the avdata files present in a disk directory and sorts them according to the specified order and loads an object from a file. |
FoundationLite | |
| EnumerateObjects |
|
Enumerates the avdata files present in a disk directory and sorts them according to the specified order and loads an object from a file. |
FoundationLite | |
| FileAttributes |
|
Provides information about file, e.g. size, modification time |
FoundationLite | |
| FileChecksum |
|
Returns CRC checksum of the input file. |
FoundationLite | |
| FindDirectories |
|
Returns subdirectories of the input directory. |
FoundationLite | |
| FindFiles |
|
Returns files of the input directory. |
FoundationLite | |
| GenerateFileName |
|
Generates consecutive file names, e.g. for saving series of images |
FoundationLite | |
| JoinPathParts |
|
Joins path parts |
FoundationLite | |
| LoadObject |
|
Loads an object from a file. |
FoundationLite | |
| ReadFromString |
|
Reads element from string stream of specified format. |
FoundationLite | |
| RemoveDirectory |
|
Removes a directory, with all files and subdirectories. |
FoundationLite | |
| RemoveFile_Multiple |
|
Removes files that match a pattern from a directory. |
FoundationLite | |
| RemoveFile_Single |
|
Removes single file. |
FoundationLite | |
| SaveObject |
|
Saves an object to a file. |
FoundationLite | |
| SplitFileNameToParts |
|
Splits the filename to base and extension, the extension is considered |
FoundationLite | |
| SplitPathToNameParent |
|
Splits a file path into a file name and a parent directory |
FoundationLite | |
| SplitPathToParts |
|
Determines the information about the filesystem on which the pathname inPath is located. |
FoundationLite | |
| TestDirectoryEmpty |
|
Checks if a given directory is empty. |
FoundationLite | |
| TestDirectoryExists |
|
Checks if a given directory is present. |
FoundationLite | |
| TestFileEmpty |
|
Checks if the size of the file is equal to zero. |
FoundationLite | |
| TestFileExists |
|
Checks if a given file is present. |
FoundationLite | |
| WriteToString |
|
Writes element to string stream with specified format. |
FoundationLite |
