LIB: improve safety by ignoring invalid file names for file operations
This commit is contained in:
@@ -71,6 +71,7 @@ data FmIOException = FileDoesNotExist String
|
||||
| DirDoesExist String
|
||||
| IsSymlink String
|
||||
| InvalidOperation String
|
||||
| InvalidFileName
|
||||
deriving (Show, Typeable)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user