![]() |
|
||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() |
|||||
|
|
||||||
| Related Syntax | Other Library Functions | |||||
| function |
vfs.move |
|
Library: File system utilities (OMVFS)
Import: omvfs.xmd |
export external function move
value string source-path
on value directory source-dir optional
to value string target-path
in value directory target-dir optional
Argument definitions
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"
The following exceptions may occur:
See vfs.copy for a discussion of the difficulties that can occur when specifying the destination of a move or copy operation.
|
Related Syntax |
Other Library Functions |
Copyright © Stilo International plc, 1988-2008.