Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Get case sensitive directory name
Message
General information
Forum:
Visual FoxPro
Category:
Windows API functions
Miscellaneous
Thread ID:
00391095
Message ID:
00391098
Views:
12
>Hi Everyone:
>
>Does anybody know how to use something like GetDir() to return a selected directory in upper/lower case. Foxpro's getdir returns all upper case.
>
>I'll probably need it for afiles() too!! to get the correct case of a file (not just upper).
>
>thanks in advance!!
>
>scott

cDir = Upper(GetDir()) && returns all upper case letters just like default
cDir = Lower(GetDir()) && returns all lower case letters
cDir = Proper(GetDir()) && returns all proper case letters
JESS S. BANAGA
Project Leader - SDD division
...shifting from VFP to C#.Net

CHARISMA simply means: "Be more concerned about making others feel good about themselves than you are in making them feel good about you."
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform