
20 Nov
2010
20 Nov
'10
7:59 p.m.
On Sat, Nov 20, 2010 at 6:55 AM, Marcelo Sousa
Hi, I'm having currently a problem with System.Directory in my mac os. System Version: Mac OS X 10.6.5 Kernel Version: Darwin 10.5.0 Prelude System.Directory> let dirTest = do {dir <- getCurrentDirectory; doesDirectoryExist dir} Prelude System.Directory> dirTest False
What's the output of getCurrentDirectory? I just tried that on OS X 10.6.4 and dirTest returned True for me. -Judah