xHarbour Reference Documentation > Command Reference xHarbour Developers Network  

SET DIRCASE

Specifies how directories are accessed on disk.

Syntax

SET DIRCASE LOWER | mixed | upper | <nDirCase>

Arguments

LOWER | mixed | upper | <nDirCase>
The case for directory access can be specified using a keyword or a numeric value for <nDirCase>.

Case sensitivity for directory access
Keyword<nDirCase>Description
MIXED *)0Mixed case is allowed
LOWER1Directories are converted to lower case
UPPER2Directories are converted to upper case

Description

SET DIRCASE defines how character strings programmed in xHarbour are converted before they are passed to the operating system for directory access. The command is only relevant when the operating system treats directory names differently by case. Windows is not case sensitive.

Info

See also:Directory(), Set(), SET DIRSEPARATOR, SET FILECASE
Category: Environment commands , SET commands , xHarbour extensions
Source:rtl\set.c
LIB:xhb.lib
DLL:xhbdll.dll


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe