Path Manipulation Routines

From RAD Studio
This topic lists all path manipulation routines.
Member Description

SysUtils.AnsiCompareFileName

Compares file names based on the current locale.

SysUtils.AnsiLowerCaseFileName

Converts a file name to lower case.

SysUtils.ChangeFileExt

Changes the extension of a file name.

SysUtils.ChangeFilePath

Changes the path of a file name.

SysUtils.ExcludeTrailingBackslash

Returns a path name without a trailing delimiter.

SysUtils.ExcludeTrailingPathDelimiter

Returns a path name without a trailing delimiter.

SysUtils.ExpandFileName

Returns the full path name for a relative file name.

SysUtils.ExpandFileNameCase

Returns the full path name for a relative file name on a case-sensitive file system.

SysUtils.ExpandUNCFileName

Returns the full path of a file name in UNC format, if appropriate.

SysUtils.ExtractFileDir

Extracts the drive and directory parts from FileName.

SysUtils.ExtractFileDrive

Returns the drive portion of a file name.

SysUtils.ExtractFileExt

Returns the extension portions of a file name.

SysUtils.ExtractFileName

Extracts the name and extension parts of a file name.

SysUtils.ExtractFilePath

Returns the drive and directory portions of a file name.

SysUtils.ExtractRelativePath

Returns a relative path name, relative to a specific base directory.

SysUtils.ExtractShortPathName

Converts a file name to the short 8.3 form.

SysUtils.IncludeTrailingBackslash

Ensures path name ends with delimiter

SysUtils.IncludeTrailingPathDelimiter

Ensures path name ends with delimiter.

SysUtils.IsPathDelimiter

Indicates whether the byte at a specified position in a string is the path delimiter.

FileCtrl.MinimizeName

Shortens a fully qualified path name so that it can be drawn with a specified length limit.

SysUtils.SameFileName

Compares file names based on the current locale. 


發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章