Expand description
Module for directory operations.
Traits§
- AsRef
Directory - 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 givenparent
directory as a [DirectoryProxy
] asynchronously. - open_
file_ async - Opens the given
path
from the givenparent
directory as a [FileProxy
] asynchronously.