Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Closing a file using fclose
Message
 
 
À
07/08/2001 12:09:09
Information générale
Forum:
Visual FoxPro
Catégorie:
Stonefield
Divers
Thread ID:
00540756
Message ID:
00540761
Vues:
16
>Hi, I have wrote a program that uses a text file and Fopen / Fread and Fclose.
>I have ran into a problem trying to delete this file after executing the Fclose.
>I get a false return. I tried to use close all, but then I run into the problem all my tables are close when I come back into the menu. Any susgestions? Thanks for your efforts.

Make sure that you pass correct file handle to FCLOSE
nFileHandle = FOPEN("Myfile")
...
= FCLOSE(nFileHandle)
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform