next
|
previous
|
forward
|
backward
| up |
top
|
index
|
toc
|
home
openOutAppend(String) -- open an output file for appending
Synopsis
Usage:
openOutAppend fn
Function:
openOutAppend
Inputs:
fn
,
a
string
, a filename
Outputs:
a
file
Description
An output file whose name is
fn
is opened for appending. The current contents of that file remain, and anything written to the file will be appended to the end.
See also
File
-- the class of all files
openIn
-- open an input file
openOut
-- open an output file
openInOut
-- open an input output file