Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Long path names with spaces
Message
 
 
To
01/09/2000 08:06:32
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00411650
Message ID:
00411651
Views:
24
>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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform