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)
commitc7b9500dda6612e937de447e8c9c55fd1f49e271
treec0f347cb4d6cce1723b4f4967ff9b77335f10d08
parent263b33b7966567720a9957324f996fe73d42d3dc
parentd0c3b7f0fbc013f6a1856f1263401bfefc43e074
Merge: lib/core: Added `is_dir` function to `Path`

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>