WindowsPathUtils provides simple utilities for handling windows paths.
More...
|
| static string | DropPathRoot (string path) |
| | Remove any path root present in the path.
|
WindowsPathUtils provides simple utilities for handling windows paths.
◆ WindowsPathUtils()
| ICSharpCode.SharpZipLib.Core.WindowsPathUtils.WindowsPathUtils |
( |
| ) |
|
|
package |
◆ DropPathRoot()
| string ICSharpCode.SharpZipLib.Core.WindowsPathUtils.DropPathRoot |
( |
string | path | ) |
|
|
static |
Remove any path root present in the path.
- Parameters
-
| path | A string containing path information. |
- Returns
- The path with the root removed if it was present; path otherwise.
Unlike the System.IO.Path class the path isnt otherwise checked for validity.
The documentation for this class was generated from the following file: