Crate simpath[−][src]
Simpath - or Simple Path is a small library for creating, manipulating and using Unix style
Path
s.
A Path
is an environment variable (a String) with one or more directories specified.
They are usually used to find a file that resides in one of the directories.
On most platform the default separator character is :
but on Windows it is ;
If you wish to separate entries with a different separator, it can be modified via API.
Structs
Simpath |
|
Enums
FileType |
|
FoundType |
|
PathError | When validating a |