canonicalizePath should also do System.FilePath.normalise
[haskell-directory.git] / tests / doesDirectoryExist001.hs
1 -- !!! "/" was not recognised as a directory in 6.0.x
2 import System.Directory
3 main = doesDirectoryExist "/" >>= print
4