Merge: lib/core: Added `is_dir` function to `Path`
authorJean Privat <jean@pryen.org>
Thu, 26 May 2016 23:55:15 +0000 (19:55 -0400)
committerJean Privat <jean@pryen.org>
Thu, 26 May 2016 23:55:15 +0000 (19:55 -0400)
Quite self-explanatory, really it is just a simpler `Path::stat` followed by a `FileStat::is_dir`.

Pull-Request: #2128
Reviewed-by: Jean Privat <jean@pryen.org>


Trivial merge