Fingerprint_Card
Loading...
Searching...
No Matches
ICSharpCode.SharpZipLib.Core.WindowsPathUtils Class Referenceabstract

WindowsPathUtils provides simple utilities for handling windows paths. More...

Static Public Member Functions

static string DropPathRoot (string path)
 Remove any path root present in the path.

Package Functions

 WindowsPathUtils ()
 Initializes a new instance of the WindowsPathUtils class.

Detailed Description

WindowsPathUtils provides simple utilities for handling windows paths.

Constructor & Destructor Documentation

◆ WindowsPathUtils()

ICSharpCode.SharpZipLib.Core.WindowsPathUtils.WindowsPathUtils ( )
package

Initializes a new instance of the WindowsPathUtils class.

Member Function Documentation

◆ DropPathRoot()

string ICSharpCode.SharpZipLib.Core.WindowsPathUtils.DropPathRoot ( string path)
static

Remove any path root present in the path.

Parameters
pathA 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.

Here is the caller graph for this function:

The documentation for this class was generated from the following file: