Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Opening Files
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00799257
Message ID:
00800089
Vues:
21
Neil fopen function return hadler file. If handler is non zero value its ok.



local nhan as integer
nhan = FOPEN("U:\Help.Txt", 10)
IF nhan > 0 && FILE OPENED
...
...
fclose(nhan)
ELSE && ERROR HANDLING
...
...
ENDIF

Best regards
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform