Difference between revisions of "File.reopen"

From OpenEUO
Jump to: navigation, search
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...")
 
m (Description)
 
Line 9: Line 9:
 
== Description ==
 
== Description ==
  
The reopen method a previously finalized file with the same parameters as were orginally specified in the file constructor.
+
The reopen method opens a previously finalized file with the same parameters as were originally specified in the file constructor.
  
 
== See Also ==
 
== See Also ==

Latest revision as of 16:01, 24 November 2010

Calling Pattern

Call

local f = sl.file(a,b)

later:

f.finalize()

later:

f.reopen()

Description

The reopen method opens a previously finalized file with the same parameters as were originally specified in the file constructor.

See Also