CompuServe Messages

#FILE I/O

    13-Mar-88 14:57:16
Sb: #113521-#FILE I/O
Fm: Erv Thompson 70567,523
To: Brendan Pratt 72757,3043
The Modula-2 syntax (regardless of implementation) uses a set of more or less "standard" I/O calls to access disk files. Typically you can use the procedures in InOut to do your Open()/Close(). Benchmark has the "standard" FileSystem module to handle the rest.