Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
File and Path not found
Message
 
 
To
11/06/2003 17:15:21
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00799139
Message ID:
00799142
Views:
22
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--
Previous
Reply
Map
View

Click here to load this message in the networking platform