| [Overview][Constants][Types][Classes][Procedures and functions][Index] |
|
CompareFileNames - compares two file names to see whether they are equal |
|
|
CopyFile - copies Source file to Destination file, optionally preserving the timestamp of the original file |
|
|
CreateAbsoluteSearchPath - concatenates BaseDirectory and SearchPath to form an absolute path to search for files |
|
|
DeleteDirectory - Delete the named directory (or only its contents if OnlyChildren is True) |
|
|
ExtractFileNameWithoutExt - returns just the name of the file without an extension |
|
|
FileIsInDirectory - checks whether a file with FileName exists within the given Directory |
|
|
FileIsInPath - checks that FileName refers to a file that exists within the given Path |
|
|
FilenameIsPascalUnit - checks that the supplied name is a correct Pascal unit name |
|
|
FileSize - finds the size of the named file |
|
|
Returns the list of found files in the specified path according to passed options. |
|
|
FindDefaultExecutablePath - finds the default path to the named Executable file |
|
|
FindDiskFileCaseInsensitive - searches for the given FileName in a case insensitive manner |
|
|
FindDiskFilename - finds the file that best fits the supplied filename |
|
|
File mask representing all files suitable for showing in a file filter. |
|
|
GetExeExt - find the correct extension (including the starting .) for an executable file |
|
|
ProgramDirectory - returns the directory in which the currently running program resides |
|
|
ReadFileToString - returns a string with the contents of the named file |
|
|
SearchAllFilesInPath - searches for all files named Filename in the given SearchPath using the supplied BasePath with the specified Delimiter and the options listed in Flags |
|
|
SearchFileInPath - searches for Filename in the given SearchPath using the supplied BasePath with the specified Delimiter and the options listed in Flags |
| lazarus-ccr.sourceforge.net |