solvuu / phat

Strongly typed file path and file system operations.
ISC License
26 stars 4 forks source link

don't assume Root exists #15

Closed agarwal closed 8 years ago

agarwal commented 8 years ago

exists assumes that Root exists. It returns `Yes without checking. I appreciate this is almost always true, but it is trivial to check so why not.