LIB: improve safety by ignoring invalid file names for file operations

This commit is contained in:
2015-12-27 20:17:14 +01:00
parent 9445574097
commit f2fb4e0be0
3 changed files with 28 additions and 1 deletions

View File

@@ -71,6 +71,7 @@ data FmIOException = FileDoesNotExist String
| DirDoesExist String
| IsSymlink String
| InvalidOperation String
| InvalidFileName
deriving (Show, Typeable)