Versions Compared

Key

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

The entry access functions (listed in ) provide an API for performing single operations on file system entries (files and directories), such as copying, renaming or deleting. Each of these operations is atomic; consequently, in the absence of device access errors, either the operation will have completed or no change to the storage device will have been made upon function return.

...