When you generate a very large output expression in Mathematica, you often do not want to see the whole expression at once. Rather, you would first like to get an idea of the ...
ExtractArchive[file] expands an archive file, saving its content into the current directory.ExtractArchive[file, dir] saves the content of an archive file into directory ...
CreateArchive[source] creates a compressed archive in the current directory from a file or directory specified by source.CreateArchive[source, path] creates a compressed ...
Files
(Mathematica Guide) Mathematica provides convenient and efficient system-independent functions for handling file-related constructs at all levels.
Mathematica automatically handles hundreds of data formats and subformats—all coherently integrated through Mathematica's uniform use of symbolic expressions. For each ...
This document describes how to compile and run MathLink programs written in the C language on computers running a Microsoft Windows operating system. ("MathLink and External ...
Supported Development Platforms Installing the MathLink Components Building MathLink Programs
StackInhibit[expr] evaluates expr without modifying the evaluation stack.
Introduction to MathLink How MathLink Is Used Installing Existing MathLink-Compatible Programs
OpenWrite["file"] opens a file to write output to it, and returns an OutputStream object. OpenWrite[] opens a new file in the default area for temporary files on your ...