Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Append from help
Message
 
 
To
15/09/2004 11:20:57
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00942436
Message ID:
00942439
Views:
16
Use name expression or double quotes around file name.
lcFileName = "c:\program files\test\myfile.txt "
APPEND FROM (lcFileName) TYPE DELIMITED

APPEND FROM "c:\program files\test\myfile.txt" TYPE DELIMITED
>
>APPEND FROM c:\programfiles\test\myfile.txt TYPE DELIMITED
>
>works fine,
>
>but not work at all
>
>APPEND FROM c:\program files\test\myfile.txt TYPE DELIMITED
>
>because of space between program and files which is
>
>c:\program files standard in the root directory for windows.
>
>Any help would be greatly appreciated.
>TIA
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform