swirl Guide to OmniMark 5   OmniMark home
docs home 
IndexConceptsTasksSyntaxLibrariesOMX VariablesErrors
 
      Other Library Functions  
function   VFileLibraryVersion   OMDN

Library: omvfile - virtual file access and locking
Include: omvfile.xin
Return type: String
Returns:       

The version string of the VFile library you are currently using.


Declaration

  define external stream function VFileLibraryVersion


Purpose

You can use this function to find the version string of the VFile library you are using.

Example:

  ; put the library version and copyright  information in the error stream if there is an error
   put #ERROR '%n' || vfLibraryVersion || '%n%n'

A return might look like this: "VFILE 1.0 Copyright (c) 2000 OmniMark Technologies Corporation."

        Other Library Functions
   vfCursorPosition
   vfDiscard
   VFileIsVersionCompatible
   VFileLibraryVersion
   vfLock
   vfMoveCursor
   vfOpen
   vfReader
   vfSize
   vfUnLock
   vfURL
   vfWriter
 
----  

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

Generated: August 11, 2000 at 3:08:12 pm
If you have any comments about this section of the documentation, send email to docerrors@omnimark.com

Copyright © OmniMark Technologies Corporation, 1988-2000.