listFilesPaths method

List<String> listFilesPaths()

Implementation

List<String> listFilesPaths() => listFiles().map((f) => f.path).toList();