Skip to content

godump/path

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Path

Package path offers classes representing filesystem paths with semantics appropriate for different operating systems.

p := Wrap("/parent/stem.suffix")
print(p.Full)   // /parent/stem.suffix
print(p.Name)   //         stem.suffix
print(p.Parent) // /parent
print(p.Stem)   //         stem
print(p.Suffix) //             .suffix

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages