Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Closing All Files Opened with FOpen
Message
From
21/11/2001 11:34:27
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Closing All Files Opened with FOpen
Miscellaneous
Thread ID:
00584535
Message ID:
00584535
Views:
58
Following is a snip of code from an app the guy before me wrote. Dots just mean that there was irrelevant code between the lines. He issues a Close All in order to make sure the ASCII files are closed before continuing the process. This causes problems for me - both in reality and my sense of order. How do I handle closing any files that were opened with FOpen/FCreate do this is not an issue? Thanks!

Regards, Renoir
* - not closing all left some ascii files open, causing conflicts

Close ALL
.
.
.
m.filein2='C:\SFW\DATA\'+m.filein
.
.
.
m.fileout=SUBSTR(m.filein,1,AT('.',m.filein))+'ERR'
m.handlein = FOPEN(m.filein2,0)
m.handleout= FCREATE(m.fileout,0)
Next
Reply
Map
View

Click here to load this message in the networking platform