Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
File in use
Message
From
06/03/2003 13:46:08
 
 
To
06/03/2003 11:52:08
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00762256
Message ID:
00762338
Views:
14
fHandle = fOpen("yourFilePathAndName", 10)
if fHandle = -1
messagebox("Could not open")
else
messagebox("Opened ok")
endif

fclose(fHandle)
Paul A. Busbey
Victoria Insurance
Previous
Reply
Map
View

Click here to load this message in the networking platform