Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Spaces in the path
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00193532
Message ID:
00194793
Vues:
23
>How do you deal with spaces in the path? For instance:
>
>lcPath = 'c:\program files'
>cd &lcPath
>
>returns the error 'invalid path of filename'.
>
>Kind Regards,
>
>Mat

Mat,

Paths with embedded spaces must be enclosed in quotes as in;

cd "&lcPath"
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform