FileSetAccessMode
Last updated
Was this helpful?
Sets the Posix permissions on a file
FileSetAccessMode(file=[boxfile], mode=[string])file
boxfile
true
A file path or object
mode
string
true
The three-digit permission designations for the file or directory
<bx:script>
fileSetAccessMode( "test1.txt", "004" );
</bx:script>
fileSetAccessMode( "sample_test.txt", "004" );
Last updated
Was this helpful?
Was this helpful?
