Module directory

Source
Expand description

Module for directory operations.

Traits§

AsRefDirectory
A trait for types that can vend out a Directory reference.
Directory
A trait for opening filesystem nodes.

Functions§

open_directory_async
Opens the given path from the given parent directory as a [DirectoryProxy] asynchronously.
open_file_async
Opens the given path from the given parent directory as a [FileProxy] asynchronously.