User`s guide

KwikNet Virtual File System
K
A
DAK
249
Tag String Case Adjustment
The ...TAGCASE keyword is used to adjust the case of all compression strings defined
using the ...TAG keyword. The ...TAGCASE feature allows strings defined using any
case, including mixed case, to be easily converted to upper or lower case without having
to edit the strings.
...TAGCASE USECASE
If parameter USECASE is the word UPPER or LOWER, any compression string defined using
the ...TAG directive will be converted to upper or lower case respectively prior to
insertion in the VFS String List. If parameter USECASE is the word NONE, compression
strings defined using the ...TAG directive will be inserted in the VFS String List without
alteration.
VFS String File
By default, the VFS Generator will search its own VFS String File, KN_VFG.UVF, for
compression strings. The ...VFSTRING keyword can be used to specify an alternate VFS
String File.
...VFSTRING USERFILE
Parameter USERFILE must provide the path and file name of the alternate VFS String File
to be used by the VFS Generator. The path must be a valid file path on the development
system on which the VFS Generator is executing. If no path is provided, the file will be
assumed to be in the VFS Generator's working directory.
If parameter USERFILE is omitted, the VFS Generator will not search any VFS String File
for compression strings. In this case, compression strings, if any, must be defined in your
VFS Definition File.
VFS Template File
The VFS Generator must have access to its VFS Template File
KN_VFG.CT in order to
produce the C file representation of your Virtual File System. By default, the template is
expected to be in the directory containing the VFS Generator utility program. If, for
some reason, you choose to rename the template file or move it to some other directory,
you can use the
...TEMPLATE keyword to provide the alternate file name and/or location.
...TEMPLATE CTFILE
Parameter CTFILE must provide the path and file name of the VFS Template File to be
used by the VFS Generator. The path must be a valid file path on the development
system on which the VFS Generator is executing. If no path is provided, the file will be
assumed to be in the VFS Generator's working directory.