Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP and long filenames
Message
From
19/02/1999 03:13:46
 
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00188849
Message ID:
00189176
Views:
10
>>Given : file CONFIG.DBF in a folder c:\program files\the bat!\batstat.
>>Need to : open this table with USE command.
>>Is there any way to treat folder name, which containes "!" ?
>>
>
>Stick the path in a string, and use name indirection:
>
>cDBFPath = "c:\program files\the bat!\batstat\CONFIG.DBF"
>
>USE (cDBFPath)

It could be a solution. But there is a "!" in pathname :-(
It seems, I must convert long pathname into short one via WinAPI.
Previous
Reply
Map
View

Click here to load this message in the networking platform