Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to preserve mixed case in GETFILE, GETPICT, etc?
Message
From
10/01/2003 04:38:50
 
 
To
10/01/2003 03:46:03
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00740194
Message ID:
00740202
Views:
21
Hello Christian,

I don't know how to preserve the case using these functions, but one workaround could be to interogate the file for the real mixed case name.

For example:

loFSO = CREATEOBJECT( "Scripting.FileSystemObject")
loFile = loFSO.GetFile( GetFile())

?loFile.Name

Mace

>Is there a way to preserve mixed upper and lower case in the file name returned by functions like GETFILE, GETPICT, ADIR, etc?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform