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:
00440322
Views:
12
>>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.
>
>Just store your GetFile() to a memvar, then use the memvar in your code like this:
lcFileName = GetFile()
>append from ( lcFileName) delimited with char tab
>erase ( lcFileName)
Thanks Rick...got it!
Previous
Reply
Map
View

Click here to load this message in the networking platform