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:
00440314
Vues:
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.

lcFile = GETFILE()
APPEND FROM (lcFile) DELIMITED ....
ERASE (lcFile)
Insanity: Doing the same thing over and over and expecting different results.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform