function
Library: File system utilities (OMVFS)
Import : omvfs.xmd |
export external function change-directory value string path on value directory on-dir optional
Argument definitions
You can use vfs.change-directory to change the current working directory.
import "omvfs.xmd" prefixed by vfs. process vfs.change-directory "myPrograms\"
The following exceptions may occur:
VFS001
The requested function is not supported for the type of connection
VFS004
The specified path name exceeds system length limits
VFS100
The VFS directory object must be connected before it can be used
VFS105
The specified path is not a valid absolute or relative path
VFS111
The specified URL contains invalid encoding
VFS300
Generic operating system error exception
VFS301
The specified directory does not exist