Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Opening Files
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00799257
Message ID:
00800089
Views:
20
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
Previous
Reply
Map
View

Click here to load this message in the networking platform