Pudu programming language
Menu
API reference

Std.Fs.Permissions

1 declaration

type

Permissions

This declaration introduces a public type.

What it does

What a file permits, as the four questions every operating system can answer.

Portable flags rather than a Unix mode, because a mode is meaningless on a

system that has no owner, group, and other, and a program that set 0o600

there would be told it succeeded at something that did not happen.

Read the signature

  • This declaration has no value signature because it introduces a type or trait.

Back to Std.FsSearch related declarations