Expand description
An implementation of BSD strmode(3).
Functionsยง
- strmode
- Returns a
String
describing the file permissions contained in au32
, as in thest_mode
bit field ofstruct stat
. It is formatted in the usual UNIX convention, eg-rw-r--r--
.