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