Click or drag to resize
PathHelper Methods

The PathHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetObjectKeyFromPath(String)
Returns object key from given path.
Public methodStatic memberGetObjectKeyFromPath(String, Boolean)
Returns object key from given path.
Public methodStatic memberGetPathFromObjectKey(String, Boolean)
Returns path from given object key.
Public methodStatic memberGetPathFromObjectKey(String, Boolean, Boolean)
Returns path from given object key.
Public methodStatic memberGetPathFromObjectKey(String, Boolean, Boolean, Boolean)
Returns path from given object key.
Public methodStatic memberGetRelativePath
Returns relative path from absolute one.
Public methodStatic memberGetValidPath(String)
Converts path to valid one (replaces slash to back slash) and lower the case in the path.
Public methodStatic memberGetValidPath(String, Boolean)
Converts path to valid one (replaces slash to back slash) and optionally lower the case in the path.
Top
See Also