|
|||||
|
||||||
Related Syntax | Other Library Functions |
function |
vfs.make-directory |
Library: General, File system utilities (OMVFS)
Import: omvfs.xmd |
export external function make-directory value stream path on value directory on-dir optional
Argument definitions
You can use vfs.make-directory to create a new directory under an existing directory.
This program adds a directory to the omnimark\projects directory.
import "omvfs.xmd" prefixed by vfs. process vfs.make-directory "c:\omnimark\projects\vfstest"
Note that vfs.make-directory will only create one level of directory at a time. The above program will fail if the directory c:\omnimark\projects does not exist.
The following exceptions may occur: