ZVON > References > Haskell reference |
Intro / Search / ZVON |
| Indexes | Syntax | Prelude | Ratio | Complex | Numeric | Ix | Array | List | Maybe | Char | Monad | IO | >> Directory << | System | Time | Locale | CPUTime | Random |
Module: | Directory |
---|---|
Datatype: | Permissions |
Description: | |
Definition: | data Permissions = ... -- Abstract |
In function types: | Permissions -> Bool : executable, readable, searchable, writable FilePath -> IO Permissions : getPermissions FilePath -> Permissions -> IO () : setPermissions |