Skip to content

4lab/PathPiper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

111 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PathPiper Travis Build Status Windows Build Status

Making the world a better place by providing path abstraction.

// If pathstyle is omitted, the current system path style will be used
var path = UniPath.Parse(@"C:\Windows\System32", PathStyle.Windows);
Console.WriteLine(path.ToString());
Console.WriteLine(path.Name); // System32
Console.WriteLine(path.Extension); // ""
Console.WriteLine(path.HasExtension); // False

Class Diagram

About

Making the world a better place by providing path abstraction.

Resources

Stars

0 stars

Watchers

6 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors