
Path::tiny attempts to provide a small, fast utility for working with file paths. it is friendlier to use than file::spec and provides easy access to functions from several other core file handling modules.
it doesn't attempt to be as full-featured as io::all or path::class, nor does it try to work for anything except unix-like and win32 platforms. even then, it might break if you try something particularly obscure or tortuous. (quick! what does this mean: "///../../..//./././a//b/.././c/././"? and how does it differ on win32?)