swirl
Guide to OmniMark 7   OmniMark home
docs home 
IndexConceptsTasksSyntaxLibrariesLegacy LibrariesErrors
 
  Related Syntax     Other Library Functions  
function  

vfs.move

 
 

Library: General, File system utilities (OMVFS)
Import: omvfs.xmd

Declaration

  export external function move
                  value stream source-path
          on      value directory source-dir optional
          to      value stream target-path
          in      value directory target-dir optional

Argument definitions

source-path
The path to the directory or file to be moved.
source-dir
A connected VFS directory object. If this parameter is specified, the source-path parameter is interpreted relative to the vfs.directory and must be in the form of a relative URL.
target-path
The path to the target directory or file for the move.
target-dir
A connected VFS directory object. If this parameter is specified, the target-path parameter is interpreted relative to the vfs.directory and must be in the form of a relative URL.


Purpose

You can use vfs.move to move a file or a directory (including all subdirectories and files) to a new location.

  import "omvfs.xmd" prefixed by vfs.

  process
    vfs.move "c:/omnimark/projects/vfstest"
    to "c:/omnimark/archive"

Exceptions

The following exceptions may occur:

Troublshooting

See vfs.copy for a discussion of the difficulties that can occur when specifying the destination of a move or copy operation.

    Related Syntax
   vfs.make-directory
   vfs.delete-directory
   vfs.copy
   vfs.change-directory
   vfs.directory
 
  Other Library Functions
   vfs.change-directory
   vfs.change-owner
   vfs.change-permissions
   vfs.close
   vfs.connect
   vfs.connect-directory
   vfs.copy
   vfs.cursor-position
   vfs.default-certificates-file
   vfs.delete-directory
   vfs.delete-file
   vfs.describe
   vfs.describe-file
   vfs.directory
   vfs.directory-name
   vfs.disconnect
   vfs.file
   vfs.file-directory
   vfs.file-name
   vfs.link
   vfs.list
   vfs.lock
   vfs.make-directory
   vfs.move
   vfs.move-cursor
   vfs.omvfs-version
   vfs.open
   vfs.open-file-system
   vfs.open-ftp
   vfs.open-http
   vfs.open-https
   vfs.reader
   vfs.set-default-certificates-file
   vfs.truncate
   vfs.unlock
   vfs.writer
 
 

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

OmniMark 7.1.2 Documentation Generated: June 28, 2005 at 5:46:02 pm
If you have any comments about this section of the documentation, send email to [email protected]

Copyright © Stilo Corporation, 1988-2005.