Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Delete imported file
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00440313
Message ID:
00440321
Views:
14
>>I'm using GETFILE() in an import of tab delimited data which works fine, code below:
>>
>>APPEND FROM GETFILE() DELIMITED WITH CHAR TAB
>>
>>I want to automatically delete this file after the APPEND FROM completes. Is there a way to save where the user navigated to and delete the file that was
>>just imported? How should this be done?
>>
>>Thanks.
>
>lcFile = GETFILE()
>APPEND FROM (lcFile) DELIMITED ....
>ERASE (lcFile)


Thanks! That works fine.
Previous
Reply
Map
View

Click here to load this message in the networking platform