vfs.omvfs-version

function

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

Returns: library copyright and version information


Declaration
export external stream function omvfs-version


Purpose

Use omvfs-version to obtain the version and copyright information for omvfs - virtual file system library.

Example

To display copyright and version information:

  import "omvfs.xmd" prefixed by vfs.
  
  process
     output vfs.omvfs-version || "%n"