SET_PERMISSIONS set path permissions
Contents
Inputs
- file
- readable (-1 remove read permission, 0 no change, 1 add read permission)
- writable (-1 remove write permission, 0 no change, 1 add write permission)
- executable (-1 remove execute permission, 0 no change, 1 add execute permission)
Outputs
- ok (1,1) logical
- b: backend used
native backend is much more robust, if available