add-file-permissions ( path n -- )
Unix file attributes ยป Unix file permissions

Prev:other-execute? ( obj -- ? )
Next:remove-file-permissions ( path n -- )


Vocabulary
io.files.info.unix

Inputs
patha pathname string
nan integer


Outputs
None

Word description
Ensures that the bits from n are set in the Unix file permissions for a given file.

Definition