Click or drag to resize

PathUtility Class

Collection of utility methods for working with the file system.
Inheritance Hierarchy
SystemObject
  FM.IceLinkPathUtility

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The PathUtility type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCombinePaths(String)
Combines the array of strings into a filesystem path.
Public methodStatic memberCombinePaths(String, String)
Combines two strings into a filesystem path.
Public methodStatic memberCreateSymlink
Create a symlink.
Public methodStatic memberDelete
Delete a file.
Public methodStatic memberGetAbsolutePath
Get the absolute file path of the given directory or file.
Public methodStatic memberGetTempPath
Returns the temporary directory location from the system.
Top
See Also