| 
||||||||||
| 
 | 
||||||||||
| Other Library Functions | ||||||||||
| function | vfsLibraryVersion | 
  Available in:
   Professional Enterprise  | 
| 
Library: omvfs - virtual file system
 Include: omvfs.xin  | 
Return type: String Returns: Library copyright and version information.  | 
define external stream function vfsLibraryVersion
Use vfsLibraryVersion to obtain the version and copyright information for omvfs - virtual file system library.
You must include the following line at the beginning of your OmniMark program: 
include "omvfs.xin"
None.
To display copyright and version information, add the following line to your program:
output vfsLibraryVersion || "%n"
| ---- |