DOCUMENTATION CENTER SEARCH
Mathematica
>
File Operations
>
Built-in
Mathematica
Symbol
Introduction to Reading and Writing Mathematica Files
Tutorials »
|
Print
Import
FileByteCount
See Also »
|
File Operations
Files
Mathematica Expressions in Files
New in 6.0: System Interfaces & Deployment
More About »
FilePrint
FilePrint
["
file
"]
prints out the raw textual contents of
file
.
MORE INFORMATION
In a notebook,
FilePrint
generates a cell with style
"Print"
.
With a text-based interface,
FilePrint
ends its output with a single newline (line feed).
EXAMPLES
CLOSE ALL
Basic Examples
(1)
Print the raw textual contents of a file:
In[1]:=
SEE ALSO
Print
Import
FileByteCount
TUTORIALS
Introduction to Reading and Writing Mathematica Files
MORE ABOUT
File Operations
Files
Mathematica Expressions in Files
New in 6.0: System Interfaces & Deployment
New in 6
© 2008 Wolfram Research, Inc.