Opening files

When you want an application to use a file, you do so by referring to that file by name. The file description for that file will then control how the program and the system will interact.

You have two options regarding how your application program uses the file description:

See the following topics for information on how the system handles open files:


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]