WLJS LogoWLJS Notebook

OpenTemporary

OpenTemporary[] opens a temporary file to which output can be written, and returns an OutputStream object.

Examples

stream = OpenTemporary[];
Write[stream, "test data"];
Close[stream]

Please visit the official Wolfram Language Reference for more details.

On this page