pathtools-0.1.0 has been yanked.
pathtools
pathtools is a small library that adds some helper methods which are useful when working with Paths.
This mostly usefuly when you're doing low-level stuff on UNIX systems with files. I factored this library out of , so for the most part it contains stuff I needed there, plus a bit more I stopped using.
Available methods and their singatures are:
;
;
;
;
;
NOTE: short_path() removes the $HOME component of a Path and replaces it with , so "/home/foo/bar" becomes "/bar".