UseAccurateCaseForPaths

Changes the case-specific manipulation behavior of file and path CLIB functions.

Local Servers:nonblocking
Remote Servers:N/A
NetWare Server:4.x, 5.x, 6.x
Platform:NLM
Service:File System

Syntax

   #include <nwfileio.h>
   
   void UseAccurateCaseForPaths (
      int   yesno);
   

Parameters

yesno

(IN) Specifies whether new NetWare file or directory names should be converted to uppercase characters:

  • FALSE (default value) Convert the specified file or directory name to uppercase characters.
  • TRUE Do not convert the specified file or directory name to uppercase characters.

Remarks

UseAccurateCaseForPaths is most useful in the LONG name space and has no effect on the DOS name space.

See Also

SetCurrentNameSpace