Click or drag to resize

PathUtils Class

Path-related utility methods.
Inheritance Hierarchy
SystemObject
  PDTec.IceNet.Sdk.UtilsPathUtils

Namespace:  PDTec.IceNet.Sdk.Utils
Assembly:  PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public static class PathUtils

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