Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Spaces in the Path of a VFP App
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Installation et configuration
Divers
Thread ID:
00828596
Message ID:
00828602
Vues:
12
Hi Ben,

AFAIK, VFP doesn't have problems with handling file or directory names with spaces. However, VFP application may have problems if it's coded incorrectly. For example,
lcFile = "C:\My Dir\My File.txt"
COPY FILE &lcFile TO ...    && will generate an error
COPY FILE (lcFile) TO ...    && works
>Hello All,
>
>Does anyone know if having spaces in any paths used by a VFP app are still an issue? We've got a client that refuses to certify our product until we resolve this issue, and I wanted to know if having spaces in paths still caused errors in anyone's apps. I know it does in ours.
>
>Thanks in advance,
>
>Ben Holton
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform