Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP and long filenames
Message
De
19/02/1999 03:13:46
 
 
À
18/02/1999 10:11:04
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00188849
Message ID:
00189176
Vues:
12
>>Given : file CONFIG.DBF in a folder c:\program files\the bat!\batstat.
>>Need to : open this table with USE command.
>>Is there any way to treat folder name, which containes "!" ?
>>
>
>Stick the path in a string, and use name indirection:
>
>cDBFPath = "c:\program files\the bat!\batstat\CONFIG.DBF"
>
>USE (cDBFPath)

It could be a solution. But there is a "!" in pathname :-(
It seems, I must convert long pathname into short one via WinAPI.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform