Skip to main content

set-posix-file-permissions

function

babashka.fs/set-posix-file-permissions

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

No examples yet. Be the first to add one!