文件名称应用
ChangeFileExt
Changes the extension of a file name.
DosPathToUnixPath
Converts a DOS-compatible path specification to a Unix-compatible path specification.
ExcludeTrailingBackslash
Returns a path name without a trailing delimiter.
ExcludeTrailingPathDelimiter
Returns a path name without a trailing delimiter.
ExpandFileName
Returns the full path name for a relative file name.
ExpandFileNameCase
Returns the full path name for a case-insensitive relative file name.
ExpandUNCFileName
Returns the full path of a file name in UNC format, if appropriate.
ExtractFileDir
Extracts the drive and directory parts from FileName.
ExtractFileDrive
Returns the drive portion of a file name.
ExtractFileExt
Returns the extension portions of a file name.
ExtractFileName
Extracts the name and extension parts of a file name.
ExtractFilePath
Returns the drive and directory portions of a file name.
ExtractRelativePath
Returns a relative path name, relative to a specific base directory.
IncludeTrailingBackslash
Ensures path name ends with delimiter
IncludeTrailingPathDelimiter
Ensures path name ends with delimiter.
IsPathDelimiter
Indicates whether the byte at position Index of a string is the path delimiter.
MatchesMask
Indicates whether a file name conforms to the format specified by a filter string.
UnixPathToDosPath
Converts a Unix-compatible path specification to a Dos-compatible path specification.