PathHelper Class |
Namespace: CMS.AmazonStorage
public static class PathHelper
The PathHelper type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | CachePath |
Gets or sets path to local storage for cache.
|
![]() ![]() | CurrentDirectory |
Gets or sets current directory.
|
![]() ![]() | TempPath |
Gets or sets path to local storage for temp.
|
Name | Description | |
---|---|---|
![]() ![]() | GetObjectKeyFromPath(String) |
Returns object key from given path.
|
![]() ![]() | GetObjectKeyFromPath(String, Boolean) |
Returns object key from given path.
|
![]() ![]() | GetPathFromObjectKey(String, Boolean) |
Returns path from given object key.
|
![]() ![]() | GetPathFromObjectKey(String, Boolean, Boolean) |
Returns path from given object key.
|
![]() ![]() | GetPathFromObjectKey(String, Boolean, Boolean, Boolean) |
Returns path from given object key.
|
![]() ![]() | GetRelativePath |
Returns relative path from absolute one.
|
![]() ![]() | GetValidPath(String) |
Converts path to valid one (replaces slash to back slash) and lower the case in the path.
|
![]() ![]() | GetValidPath(String, Boolean) |
Converts path to valid one (replaces slash to back slash) and optionally lower the case in the path.
|