xHarbour Reference Documentation > Command Reference xHarbour Developers Network  

SET FILECASE

Specifies how files are accessed on disk.

Syntax

SET FILECASE LOWER | mixed | upper | <nFileCase>

Arguments

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

Case sensitivity for file access
Keyword<nFileCase>Description
MIXED *)0Mixed case is allowed
LOWER1File names are converted to lower case
UPPER2File names are converted to upper case

Description

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

Info

See also:FCreate(), File(), FOpen(), Set(), SET DIRCASE
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