Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Long path names with spaces
Message
 
 
À
01/09/2000 08:06:32
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00411650
Message ID:
00411651
Vues:
23
>Is there anyway to handle the spaces in long path names in Foxpro? VFP seems to stop at the first space which makes using "\Program Files|" quite difficult!
>
>Thanks
>
>Gary


You can use name expression, like

lcTable = "C:\My Folder\Mytable"
USE (lcTable)
If you cannot than enclose path with spaces in quotes, like

lcTable = '"C:\My Folder\Mytable"'
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform