123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- <html lang="en">
- <head>
- <title>File Manipulation - avram - a virtual machine code interpreter</title>
- <meta http-equiv="Content-Type" content="text/html">
- <meta name="description" content="avram - a virtual machine code interpreter">
- <meta name="generator" content="makeinfo 4.13">
- <link title="Top" rel="start" href="index.html#Top">
- <link rel="up" href="Library-Reference.html#Library-Reference" title="Library Reference">
- <link rel="prev" href="Characters-and-Strings.html#Characters-and-Strings" title="Characters and Strings">
- <link rel="next" href="Invocation.html#Invocation" title="Invocation">
- <link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
- <meta http-equiv="Content-Style-Type" content="text/css">
- <style type="text/css"><!--
- pre.display { font-family:inherit }
- pre.format { font-family:inherit }
- pre.smalldisplay { font-family:inherit; font-size:smaller }
- pre.smallformat { font-family:inherit; font-size:smaller }
- pre.smallexample { font-size:smaller }
- pre.smalllisp { font-size:smaller }
- span.sc { font-variant:small-caps }
- span.roman { font-family:serif; font-weight:normal; }
- span.sansserif { font-family:sans-serif; font-weight:normal; }
- --></style>
- </head>
- <body>
- <div class="node">
- <a name="File-Manipulation"></a>
- <p>
- Next: <a rel="next" accesskey="n" href="Invocation.html#Invocation">Invocation</a>,
- Previous: <a rel="previous" accesskey="p" href="Characters-and-Strings.html#Characters-and-Strings">Characters and Strings</a>,
- Up: <a rel="up" accesskey="u" href="Library-Reference.html#Library-Reference">Library Reference</a>
- <hr>
- </div>
- <h3 class="section">3.3 File Manipulation</h3>
- <p>The functions described in this section provide an interface between
- virtual code applications and the host file system by converting
- between files or file names and their representations as lists. These
- conversions are necessary when passing a file to a virtual code
- application, or when writing a file received in the result of one.
- <ul class="menu">
- <li><a accesskey="1" href="File-Names.html#File-Names">File Names</a>
- <li><a accesskey="2" href="Raw-Files.html#Raw-Files">Raw Files</a>
- <li><a accesskey="3" href="Formatted-Input.html#Formatted-Input">Formatted Input</a>
- <li><a accesskey="4" href="Formatted-Output.html#Formatted-Output">Formatted Output</a>
- </ul>
- </body></html>
|