Get all of the files from the given directory (recursive).
@override Future<List<String>> allFiles([String? directory]) { return files(directory, true); }