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

I noticed also that I can't change the searchable field in the permissions 
record.

Prelude System.Directory> getPermissions "."
Permissions {readable = True, writable = True, executable = True, searchable = 
False}

I tried different versions of directory and filepath packages but with no 
success at the moment. 

Any suggestions?!

Regards,
Marcelo Sousa
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to