Click or drag to resize

PathUtils Methods

The PathUtils type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCombine
Combines multiple path fragments.
Public methodStatic memberExpandSpecialFolders
Expands a path that contains special folder names enclosed in pipe (|) characters.
Public methodStatic memberGetAbsolutePathRelativeToApplication
Generates an absolute path based on the input. It is assumed that the input is either an absolute path or a path relative to the application directory.
Public methodStatic memberMakeValidFileName
Returns a string that is similar to an original string and can be used as a file system path component (directory or file name).
Top
See Also