uniform-fileio-0.1.5.1: Uniform file handling operations
Safe HaskellSafe-Inferred
LanguageHaskell2010

Uniform.FileStatus

Description

the routines to take apart the file status

Synopsis

Documentation

data FileStatus #

POSIX defines operations to get information, such as owner, permissions, size and access times, about a file. This information is represented by the FileStatus type.

Note: see chmod.