File.reopen
From OpenEUO
Revision as of 13:10, 24 November 2010 by Ximan (Talk | contribs) (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...")
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.