Root file listing methods should return some kind of file set struct that offers methods for interacting with said set.
Method suggestions:
- sort (default name, or by other options: size, etc...)
- strings (return slice of string URIs for each file)
- filter (filter list by string/regex etc...)
- files (return slice of vfs.File interfaces)
Should retain, or create, convenience methods allowing for direct return of strings and vfs.Files for common use cases to prevent excess boilerplate.
Root file listing methods should return some kind of file set struct that offers methods for interacting with said set.
Method suggestions:
Should retain, or create, convenience methods allowing for direct return of strings and vfs.Files for common use cases to prevent excess boilerplate.