@buherator Why abstract it away from the filesystem? You’re missing out on proper normalization / canonization of paths without risking differentials, symbolic links, etc.
@buherator In other words, what motivated this choice?
> "The library doesn't provide information about whether a path exists, or about the filesystem object the path leads to (e.g. file vs. directory vs. symlink). This information should be obtained via OS-specific functions.”
@buherator Not a bad argument to want to keep it simple.
I have a train ride tomorrow, I’ll have a look :)