swirl Guide to OmniMark 6   OmniMark home
docs home 
IndexConceptsTasksSyntaxLibrariesOMX VariablesErrors
 
      Other Library Functions  
function   vfsChangeOwner   Available in:
Professional
Enterprise

Library: omvfs - virtual file system
Include: omvfs.xin

Declaration

  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
path
the file or directory name of the ownership change
location
a connected directory
owner
the new owner name
group
the new owning group
contents
specifies if the directory contents are also to have changed ownership


Purpose

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" 

        Other Library Functions
   vfsChangeDir
   vfsChangeOwner
   vfsChangePermissions
   vfsClose
   vfsConnect
   vfsConnectDir
   vfsCopy
   vfsCursorPosition
   vfsDeleteDir
   vfsDeleteFile
   vfsDescribe
   vfsDescribeFile
   vfsDir
   vfsDirName
   vfsDisconnect
   vfsFile
   vfsFileDir
   vfsFileName
   vfsIsVersionCompatible
   vfsLibraryVersion
   vfsLink
   vfsList
   vfsLock
   vfsMakeDir
   vfsMove
   vfsMoveCursor
   vfsOpen
   vfsRead
   vfsTruncate
   vfsUnlock
   vfsWrite
 
----  

Top [ INDEX ] [ CONCEPTS ] [ TASKS ] [ SYNTAX ] [ LIBRARIES ] [ OMX ] [ ERRORS ]

OmniMark 6.5 Documentation Generated: December 23, 2002 at 6:25:46 pm
If you have any comments about this section of the documentation, send email to [email protected]

Copyright © OmniMark Technologies Corporation, 1988-2002.