Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Get case sensitive directory name
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00391095
Message ID:
00391098
Vues:
11
>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."
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform