Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to preserve mixed case in GETFILE, GETPICT, etc?
Message
De
10/01/2003 04:38:50
 
 
À
10/01/2003 03:46:03
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00740194
Message ID:
00740202
Vues:
22
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?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform