Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Delete imported file
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00440313
Message ID:
00440321
Vues:
11
>>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.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform