[Overview][Constants][Types][Classes][Procedures and functions][Index] |
|
Appends the path delimeter to the path. |
|
|
CheckIfFileIsExecutable - creates Exception if file is not Executable |
|
|
CheckIfFileIsSymlink - raises an exception if file is not a Symbolic Link |
|
|
Removes trailing path delimeter |
|
|
CleanAndExpandDirectory - trims and cleans FileName and appends a directory delimiter to it |
|
|
CleanAndExpandFilename - trims irrelevant characters such as path delimiters from the name of the file |
|
|
CompareFileExt - see whether the nominated file has an extension that is the same as the supplied extension |
|
|
CompareFileNames - compares two file names to see whether they are equal |
|
|
CopyFile - copies Source file to Destination file, optionally preserving the time stamp of the original file |
|
|
CreateAbsoluteSearchPath - concatenates BaseDirectory and SearchPath to form an absolute path to search for files |
|
|
CreateRelativePath - given an absolute file path and aBaseDirectory, create a file path relative to the given base directory |
|
|
DeleteDirectory - Delete the named directory (or only its contents if OnlyChilds is True) |
|
|
DirectoryIsWritable - checks if it is possible to write a file to the named directory |
|
|
Checks if the given directory path exists |
|
|
ExtractFileNameOnly - removes all path delimiters and file extensions, leaving just the file name |
|
|
ExtractFileNameWithoutExt - returns just the name of the file without an extension |
|
|
FileIsExecutable - checks if AFileName refers to an executable file |
|
|
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 |
|
|
FileIsReadable - checks whether supplied file name refers to a readable file |
|
|
FileIsSymLink - check if file name is a symbolic link |
|
|
FileIsText - checks whether the supplied file name refers to a readable text file |
|
|
FileIsWritable - checks if the supplied file name refers to a file that is writable |
|
|
Checks whether an absolute file name is given in TheFileName |
|
|
FilenameIsPascalUnit - checks that the supplied name is a correct Pascal unit name |
|
|
FilenameIsUnixAbsolute - checks that the supplied name is an absolute filename in Unix systems |
|
|
FilenameIsWinAbsolute - checks that the supplied name is an absolute file name for the Windows system |
|
|
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 |
|
|
ForceDirectory - creates a directory if none exists |
|
|
File mask representing all files suitable for showing in a file filter. |
|
|
GetExeExt - find the correct extension for an executable file |
|
|
GetFileDescription - finds the Unix-type file description for the given file |
|
|
GetTempFilename - finds a suitable name for a temporary file |
|
|
ProgramDirectory - returns the directory in which the currently running program resides |
|
|
ReadAllLinks - tries to find the file that is referred to by the symbolic link in FileName |
|
|
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 |
|
|
TrimFilename - trim double path delimiters, heading and trailing spaces and special dirs . and .. |
|
lazarus-ccr.sourceforge.net |