|
||||||||||
|
|
||||||||||
| Other Library Functions | ||||||||||
| function | vfsChangePermissions |
Available in:
Professional Enterprise |
|
Library: omvfs - virtual file system
Include: omvfs.xin |
define external function vfsChangePermissions
value stream path
on value vfsDir location optional
to value stream mode
contents value switch contents optional initial {VFS-NOT-INCLUDED}
where:
where
You use this function to change the permissions of a file or subdirectory.
PARAMETERS
Path must be in one of the following formats:
Mode values must be in the string format used by the chmod function
Contents value must be one of the following:
Location must be connected to a directory.
Location must be connected through the following scheme:
OPERATION
Sample function call:
; where Sydney is a currently connected vfsDir vfsChangePermissions "Programs" on Sydney to "rw"
| ---- |