next up previous contents index
Next: Operations on Directories Up: File Usage Previous: Classification of Files   Contents   Index


Operations on Files

Operations on files:

When a file is opened in (ANSI-)C [21] it must be specified whether the file is to be read, rewritten (written), updated (read and written), or appended to (which is just a particular form of updating; the file is "read" to the end and written from there).

Possible conflicts


next up previous contents index
Next: Operations on Directories Up: File Usage Previous: Classification of Files   Contents   Index

michael@garfield.dk
2000-10-13