vfs.connect-directory

function

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

Returns: A vfs.directory object representing the specified directory.


Declaration
export external directory function connect-directory
                value string location
        on      value directory on-dir optional

Argument definitions

location
The location of the directory you wish to connect to.
on-dir
A connected vfs.directory object. If a vfs.directory is specified, the location parameter must be a relative URL which will be evaluated relative to the specified vfs.directory object.


Purpose

vfs.connect-directory is a specialized version of vfs.connect for use only on the local file system. See vfs.connect for details.