Upper/lower case filenames with 16-bit apps ???????? 
Author Message
 Upper/lower case filenames with 16-bit apps ????????

Hi folks,

Is there any way to ensure that files created/renamed by 16-bit
applications on an NT 4.0 system have lower-case filenames?

When renaming a lower-case filename in VB3 to a new lower-case filename (in
the code) it is actually renamed in upper-case.

Is there any NT setting to ensure that a file retains its case when it is
renamed?

Any suggestions or comments greatly appreciated.

Thanks,

Neil

Neil Watson,
Peregrine Systems Limited,
Dublin,
Ireland.



Sun, 04 Feb 2001 03:00:00 GMT  
 Upper/lower case filenames with 16-bit apps ????????
VB3 does not support lowercase. Actually, 16 bit does not support lowercase.
Can't get there form here. NT allows the filename to be read by 16 bit apps
in upper or lower case so that 16 bit programs will run but 16 bit programs
are not capable of creating multi-case filenames because WOWExec, the NT 16
bit subsystem your progam run though, dows not provide for it.

Chris Stamey
--------------------
http://www.Farther.com/VBAnswerNetwork

Hi folks,

Is there any way to ensure that files created/renamed by 16-bit
applications on an NT 4.0 system have lower-case filenames?

When renaming a lower-case filename in VB3 to a new lower-case filename (in
the code) it is actually renamed in upper-case.

Is there any NT setting to ensure that a file retains its case when it is
renamed?

Any suggestions or comments greatly appreciated.

Thanks,

Neil

Neil Watson,
Peregrine Systems Limited,
Dublin,
Ireland.



Wed, 07 Feb 2001 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Converting a Upper Case String to Upper and Lower Case

2. Change Case (Upper/Lower/Setence/Title CASE)

3. Change lower case to upper case

4. corruption of 16 bit db when used by both 16 and 32 bit apps

5. Lower and upper case in keypress event

6. upper or Lower case

7. Make a distinction between upper and lower-cases

8. Regexp and upper/lower case conversion example needed?

9. Convert Long Filenames to Short Filenames in VB4 16-Bit

10. Converting long filenames to short filenames in VB4.0 16-bit

11. Launching 16-Bit apps from 32-Bit app?

12. Need help calling 16-bit app from 32-bit app

 

 
Powered by phpBB® Forum Software