Difference between revisions of "File.reopen"
From OpenEUO
m (Created page with "== Calling Pattern == Call local f = sl.file(a,b) later: f.finalize() later: f.reopen() == Description == The reopen method a previously finalized file with the same paramet...") |
(No difference)
|
Revision as of 13:10, 24 November 2010
Calling Pattern
Call
local f = sl.file(a,b)
later:
f.finalize()
later:
f.reopen()
Description
The reopen method a previously finalized file with the same parameters as were orginally specified in the file constructor.