Public Vars

Back

set-posix-file-permissions (clj)

(source)

function

(set-posix-file-permissions f posix-file-permissions)
Sets posix file permissions on f. Accepts a string like `"rwx------"` or a set of PosixFilePermission.

Examples