You are here: Start » System » File System
File System
Select a function from the list below.
| Icon | Name | Description / Applications | |
|---|---|---|---|
| CheckDiskSpace | Determines the information about the filesystem on which the pathname inPath is located. |
||
| ConvertPathToAbsolute | Makes the path absolute, inStartPath + inPath |
||
| ConvertPathToRelative | Makes the path relative to inBasePath |
||
| CopyFiles | Copies 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 avdata files present in a disk directory and sorts them according to the specified order and loads an object from a file. |
||
| 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. |
||
| 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. |
||
| JoinPathParts | Joins path parts |
||
| RemoveFile_ByTime | Removes files older than the specified date/time from a directory. |
||
| RemoveFile_Multiple | Removes files that match a pattern from a directory. |
||
| RemoveFile_Single | Removes single file. |
||
| SplitFileNameToParts | Splits the filename to base and extension, the extension is considered |
||
| SplitPathToNameParent | Splits a file path into a file name and a parent directory |
||
| SplitPathToParts | Determines the information about the filesystem on which the pathname inPath is located. |
||
| 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. |
Select Filter Equivalent below.
| Icon | Name | Description / Applications | |
|---|---|---|---|
| AvsFilter_RemoveDirectory | Removes a directory, with all files and subdirectories. |
||
| GenerateFileName | Generates consecutive file names, e.g. for saving series of images |
