pub fn list_directory(path: &str) -> Vec<String>
Plain readdir returning names (excluding . and ..). Order undefined.
readdir
.
..