Wednesday, November 3, 2010

Close an Output Sequential Access File

HOW TO: Close an Output Sequential Access File
Syntax
streamWriterVariableName.Close()

Example
outFile.Close()
closes the file associated with the outFile variable.

No comments:

Post a Comment