[Haskell-beginners] create a directory

José Romildo Malaquias j.romildo at gmail.com
Mon Nov 29 14:16:32 EST 2010


Hello.

I need a function to create a directory given its path. The function
should return a "Maybe FilePath": "Nothing" for a failure, and "Just
path" otherwise.

As I am not yet good at exception handling, would someone help me with
this function?

Romildo


More information about the Beginners mailing list