|
||||||||||
|
|
||||||||||
| Other Library Functions | ||||||||||
| function | vfsChangeOwner |
Available in:
Professional Enterprise |
|
Library: omvfs - virtual file system
Include: omvfs.xin |
define external function vfsChangeOwner
value stream path
on value vfsDir location optional
owner value stream owner optional
group value stream group optional
contents value switch contents optional initial {VFS-NOT-INCLUDED}
where:
where
You use this function to change the owner of a file or subdirectory.
PARAMETERS
Path must be in one of the following formats:
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 vfsDir1 is a currently connected vfsDir variable vfsChangeOwner "myPrograms.xom" on vfsDir1 owner "michelle" group "communications"
| ---- |