User`s guide

KwikNet Virtual File System
K
A
DAK
261
kvf_isvfile kvf_isvfile
Purpose Determine if a File is a Virtual File
Used by
n Task o ISP o Timer Procedure o Restart Procedure n Exit Procedure
Setup Prototype is in file KN_FILES.H.
#include "KN_LIB.H"
#include "KN_FILES.H"
int kvf_isvfile(const char *name);
Description Name is a filepath string providing the full path and file name of the virtual
file of interest. A virtual filename must begin with the volume base
assigned to a Virtual File System volume. The filepath must not be
ambiguous.
Returns A non-zero value is returned if the file specified by name is a virtual file.
Otherwise, a value of 0 is returned.