browse abstract method

Future<List<FileInfo>> browse(
  1. String root
)

Recursively browse the file system at the given root. Returned paths are relative to the provided root and MUST ONLY contain leaf files or empty directories

Implementation

Future<List<FileInfo>> browse(String root);