pub fn readdir(name: &str) -> Result<Vec<DirectoryEntry>>
Expand description
Returns an vector with all the entries within a directory.
pub fn readdir(name: &str) -> Result<Vec<DirectoryEntry>>
Returns an vector with all the entries within a directory.