Difference between revisions of "SET FILECASE"

From Lianjapedia
Jump to: navigation, search
m (1 revision)
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
 
Allows case sensitive processing of file/directory names
 
Allows case sensitive processing of file/directory names
 
  
 
==Syntax==
 
==Syntax==
 
SET FILECASE <ON | OFF>
 
SET FILECASE <ON | OFF>
 
  
 
==See Also==
 
==See Also==
 
See below
 
See below
 
  
 
==Description==
 
==Description==
Line 15: Line 12:
  
 
The following commands and functions are affected by SET FILECASE:
 
The following commands and functions are affected by SET FILECASE:
 
  
 
{| class="wikitable"
 
{| class="wikitable"
Line 22: Line 18:
 
|[[SET PRINTER]]||[[ADIR()]]||[[BINCREATE()]]||[[BINOPEN()]]
 
|[[SET PRINTER]]||[[ADIR()]]||[[BINCREATE()]]||[[BINOPEN()]]
 
|-
 
|-
|[[DIR()]]||[[FCREATE()]]||[[FDATE()]]||[[FILE()]]
+
|||[[FCREATE()]]||[[FDATE()]]||[[FILE()]]
 
|-
 
|-
 
|[[FILECOUNT()]]||[[FOPEN()]]||[[FTIME()]]||[[IFILECOUNT()]]
 
|[[FILECOUNT()]]||[[FOPEN()]]||[[FTIME()]]||[[IFILECOUNT()]]
 
|-
 
|-
|[[MEMOREAD()]]||[[MEMOWRITE()]]||[[TEXTEDIT()]]||
+
|[[MEMOREAD()]]||[[MEMOWRITE()]]||||
 
|-
 
|-
 
|}
 
|}
 
  
 
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 38: Line 32:
 
set filecase on</code>
 
set filecase on</code>
  
 
==Products==
 
Recital Server, Recital
 
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Commands]]
 
[[Category:Commands]]

Revision as of 06:41, 10 February 2012

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()
FCREATE() FDATE() FILE()
FILECOUNT() FOPEN() FTIME() IFILECOUNT()
MEMOREAD() MEMOWRITE()

For case sensitive processing of parameters passed from the Operating System, please see the environment variable / symbol DB_FILECASE.

Example

set filecase on