C# Class PathLib.PurePath

Factory functions for PurePaths
Mostra file Open project: nemec/pathlib Class Usage Examples

Public Methods

Method Description
Create ( ) : IPurePath

Factory method to create a new PurePath instance based upon the current operating system.

Create ( string path ) : IPurePath

Factory method to create a new PurePath instance based upon the current operating system.

Private Methods

Method Description
PurePath ( )

Method Details

Create() public static method

Factory method to create a new PurePath instance based upon the current operating system.
public static Create ( ) : IPurePath
return IPurePath

Create() public static method

Factory method to create a new PurePath instance based upon the current operating system.
public static Create ( string path ) : IPurePath
path string
return IPurePath