| 54 | } |
| 55 | |
| 56 | FolderReader::FolderReader(const string& folder_path, const string& ending_with, |
| 57 | const Order order) |
| 58 | : FolderReader(folder_path, "", ending_with, order) {} |
| 59 | |
| 60 | FolderReader::FolderReader(const string& folder_path, |
| 61 | const string& starting_with, |