August 2001
Intermediate to advanced
656 pages
18h 5m
English
Reset Procedure
Microsoft.VisualBasic.FileSystem
Reset( )
Closes all files that have been opened using the
FileOpen procedure
The contents of any current file buffers are written to disk by the
Reset procedure immediately prior to
Reset closing the respective files.
The Reset procedure is generally used as a last
resort, cleaning up if your program is terminating abnormally.
Normally, you should write code to close each open file using the
FileClose procedure.
Read now
Unlock full access