/Prelude-v23.0.0/DirectoryTree/Access/Type.dhall
Copy path to clipboardA (partial) set of access rights; See chmod(5) for an explanation of the flags.
For a total set of access rights see Mask
.
Source
{-|
A (partial) set of access rights; See chmod(5) for an explanation of the flags.
For a total set of access rights see `Mask`.
-}
{ execute : Optional Bool, read : Optional Bool, write : Optional Bool }