The IPathUtils type exposes the following members.

Methods

  NameDescription
Public methodAddTrailingSlash
Adds backslash to the specified source.
Public methodFormatFolderPath
Formats the provided folder path by adding a slash if needed.
Public methodGetPhysicalPath
Gets the physical path for the specified relative path.
Public methodGetRelativePath
Gets the relative path for the specified physical path.
Public methodGetRootFolderMapPath
Gets the physical root folder path for the specified portal
Public methodGetUserFolderPath Obsolete.
Gets the path to a user folder.
Public methodGetUserFolderPathElement Obsolete.
Get elements from the user folder path.
Public methodIsDefaultProtectedPath
Checks if a folder is a default protected folder.
Public methodMapPath
The MapPath method maps the specified relative or virtual path to the corresponding physical directory on the server.
Public methodRemoveTrailingSlash
Removes the trailing slash or backslash from the specified source.
Public methodStripFolderPath
Strips the original path by removing starting 0 or 0\\.

See Also