Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

An application stores information in a file system by creating a file or appending new information to an existing file. At a later time, this information may be retrieved by reading the file. Other functions support these capabilities; for example, the application can move to a specified location in the file or query the file system to get information about the file. These functions, which operate on file structures (FS_FILEs), are grouped under file access (or simply file) functions. The available file functions are listed in Table - File API functions.

...