Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
File and Path not found
Message
 
 
À
11/06/2003 17:15:21
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00799139
Message ID:
00799142
Vues:
23
You've to include names with spaces in double quotes.
cRunFile = ["Program File\Project1\Saved Data\test.pdf"]
RUN /n1 &cRunFile
* or 
cRunFile = "Program File\Project1\Saved Data\test.pdf"
RUN /n1 "&cRunFile"
>Hi All,
>
>When I ran form which issuing RUN /n1 cRunFile where cRunFile is
>"Program File\Project1\Saved Data\test.pdf".
>
>I got an error indicating that File and Path does not exist. I am assuming that because of the long filename, how could I fix this problem?
>
>BTW, I am testing on Windows 98 without VFP installed. TIA
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform