OpenWrite
Usage
• OpenWrite["file"] opens a file to write output to it, and returns an OutputStream object.
Notes
• OpenWrite deletes any existing contents in a file, and prepares to write output starting at the beginning of the file. • For output to pipes, OpenWrite and OpenAppend are equivalent. • New in Version 1.
|