Function abstio::io::list_all_objects
source · [−]pub fn list_all_objects(dir: String) -> Vec<String>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
A: Allocator,
Expand description
Just list all things from a directory, return sorted by name, with file extension removed.
Hidden files (starting with .
) are filtered out.