Module tokio_uring::fs

source ·
Expand description

Filesystem manipulation operations.

Structs

  • A reference to an open file on the filesystem.
  • Options and flags which can be used to configure how a file is opened.

Functions

  • Removes an empty directory.
  • Removes a File
  • Renames a file or directory to a new name, replacing the original file if to already exists.