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

vfs.close

 
 

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

Declaration

export external function close
        value file file-ref


Argument definitions

file-ref
The vfs.file object that represents the file to be closed.


Purpose

You can use vfs.close to close a file opened with vfs.open.

  import "omvfs.xmd" prefixed by vfs.
  
  process
    local vfs.file myFile
  	. . .
    set myFile to vfs.open "foo.txt"
  	. . .
    vfs.close myFile

Closing an unopened file is allowed.

Closing a previously closed file is allowed.

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.