User`s guide

258
K
A
DAK
KwikNet Virtual File System
7.5 VFS Service Procedures
The following list summarizes KwikNet VFS service procedures which are accessible to
your application. These procedures are all present in the KwikNet Library. They are
grouped functionally for easy reference.
kvf_close Close a virtual file
kvf_fsize Fetch the size of a virtual file
kvf_isvfile Determine if a file is a virtual file
kvf_open Open a virtual file
kvf_read Read from a virtual file
kvf_seek Seek within a virtual file
kvf_tell Determine the current position of the file pointer in a virtual file
kvf_voladd Add a VFS volume
kvf_voldel Delete a VFS volume
A description of each of these VFS service procedures follows. The descriptions are
ordered alphabetically for easy reference and adhere to the style outlined in Chapter 4.6.
All of the VFS procedures are described using the C programming language.