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

vfs.delete-file

 
 

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

Declaration

export external function delete-file
                value string filename
        on      value directory on-dir optional

Argument definitions

filename
The path of the file to be deleted.
on-dir
A connected vfs.directory object. If this parameter is specified, the filename parameter is interpreted relative to the vfs.directory and must be expressed as a relative URL.


Purpose

You can use vfs.delete-file to delete a file.

  import "omvfs.xmd" prefixed by vfs.
  process
    vfs.delete-file "c:\temp\myfile.txt"
    vfs.delete-file "hello.xml"

The specified file must exist or exception VFS306 is thrown.

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.