Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ServiceDescription
AddBackslashAdds a backslash to the end of a path if there isn't one.
AddExtensionAdds an extension to the end of the path.
CombineCombines two paths ensuring exactly one backslash between them.
ExistsDetermines if the path points to an existing file or directory
ExpandExpands a relative path into an absolute path.
FitToEditlineReformats the path to fit entirely within an EDITLINE control.
GetComponentsExtract one or more components from a path.
GetDirectoryExtracts the entire path except the last component.
GetExtensionExtracts the file extension, if there is one.
GetFilenameExtracts the filename with extension, if there is one.
GetParametersReturns an @FM delimited list of command line parameters.
GetPathReturns the full file path without command line parameters.
IsDirectoryDetermines if the path points to a valid directory.
IsDirectoryEmptyDetermines if the path points to a valid directory with no files.
IsNetworkPathDetermines if the path points to a remote network directory.
IsRelativeDetermines if the path is a relative path.
IsRootDetermines if the path points to a root drive or network store.
IsSameRootDetermines if both paths share the same root.
IsSystemFolderDetermines if the path points to a system folder.
IsUNCDetermines if the string is a UNC path.
IsURLDetermines if the string is a URL.
MakeRelativeMakes a path relative to another path.
PathToUncConverts a Windows path into a UNC path.
PathToUrlConverts a Windows path into a file URL.
QuoteAdds quotes to a path if it needs it.
RemoveBackslashRemoves a trailing backslash if there is one.
RemoveDirectoryRemoves everything except the last component of a path.
RemoveExtensionRemoves the file extension, if there is one.
RemoveFilenameRemoves the filename and extension, if there is one.
RemoveParametersRemoves the command line parameters.
RenameExtensionReplaces the file extension, or adds it if there isn't one already.
UrlToPathConverts a file URL into a Windows path.

...