Difference between revisions of "SET FILECASE"

From Recital Documentation Wiki
Jump to: navigation, search
(Description)
Line 1: Line 1:
=SET FILECASE=
 
 
 
 
==Class==
 
==Class==
 
Disk and File Utilities
 
Disk and File Utilities
Line 23: Line 20:
 
The following commands and functions are affected by SET FILECASE:
 
The following commands and functions are affected by SET FILECASE:
  
{|
+
 
 +
{| class="wikitable"
 
|[[COMPILE]]||[[DO]]||[[SET DEFAULT]]||[[SET PATH]]
 
|[[COMPILE]]||[[DO]]||[[SET DEFAULT]]||[[SET PATH]]
 
|-
 
|-
Line 35: Line 33:
 
|-
 
|-
 
|}
 
|}
 +
  
 
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==
<pre>
+
<code lang="recital">
set filecase on</pre>
+
set filecase on</code>
  
  

Revision as of 08:37, 16 April 2009

Class

Disk and File Utilities


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 Database Server, Recital Mirage Server, Recital Terminal Developer