swirl
Guide to OmniMark 9   OmniMark home
docs home 
IndexConceptsTasksSyntaxLibrariesLegacy LibrariesErrors
 
  Related Topics   Other Library Functions  
function  

vfs.link

 
 

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

Declaration

export external function link
                value string path
        on      value directory on-dir optional
        to      value string linkname
        in      value directory link-dir optional

Argument definitions

path
The file or directory target of the link.
on-dir
A connected vfs.directory object. If this parameter is specified, the path parameter is interpreted relative to the vfs.directory and must be expressed as a relative URL.
linkname
The name of the symbolic link.
link-dir
A connected vfs.directory object. If this parameter is specified, the linkname parameter is interpreted relative to the vfs.directory and must be expressed as a relative URL.


Purpose

You can use vfs.link to create a symbolic link for a file or directory. vfs.link works only on a UNIX platform.

  import "omvfs.xmd" prefixed by vfs.
  
  process
      vfs.link "../myFiles/holland.txt"
          to "ozfile.txt"

Exceptions

The following exceptions may occur:

    Related Topics
 
Other Library Functions
 
 

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

OmniMark 9.1.0 Documentation Generated: September 2, 2010 at 1:38:10 pm
If you have any comments about this section of the documentation, please use this form.

Copyright © Stilo International plc, 1988-2010.