Difference between revisions of "SET FILECASE"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Helengeorge (Talk | contribs) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | |||
− | |||
− | |||
− | |||
==Purpose== | ==Purpose== | ||
Allows case sensitive processing of file/directory names | Allows case sensitive processing of file/directory names | ||
Line 36: | Line 32: | ||
For case sensitive processing of parameters passed from the Operating System, please see the environment variable / symbol [[DB_FILECASE]]. | For case sensitive processing of parameters passed from the Operating System, please see the environment variable / symbol [[DB_FILECASE]]. | ||
+ | |||
==Example== | ==Example== | ||
Line 43: | Line 40: | ||
==Products== | ==Products== | ||
− | Recital | + | Recital Server, Recital |
[[Category:Documentation]] | [[Category:Documentation]] | ||
[[Category:Commands]] | [[Category:Commands]] | ||
[[Category:Set_Commands|FILECASE]] | [[Category:Set_Commands|FILECASE]] | ||
+ | [[Category:Environment]] | ||
+ | [[Category:Environment Set Commands]] |
Latest revision as of 15:51, 23 November 2009
Purpose
Allows case sensitive processing of file/directory names
Syntax
SET FILECASE <ON | OFF>
See Also
See below
Description
When set on, file and directory processing is case sensitive. When set off, all filenames and directory names are set to lowercase. SET FILECASE ON must be active before issuing the COMPILE command to enable case sensitivity in compiled programs (dbo files). Default is OFF.
The following commands and functions are affected by SET FILECASE:
COMPILE | DO | SET DEFAULT | SET PATH |
SET PRINTER | ADIR() | BINCREATE() | BINOPEN() |
DIR() | FCREATE() | FDATE() | FILE() |
FILECOUNT() | FOPEN() | FTIME() | IFILECOUNT() |
MEMOREAD() | MEMOWRITE() | TEXTEDIT() |
For case sensitive processing of parameters passed from the Operating System, please see the environment variable / symbol DB_FILECASE.
Example
set filecase on
Products
Recital Server, Recital