#include "dummy_vfs.cpp" #include #include using namespace std; void print(FileInfo inf) { cout << "name: " << inf.name << endl; cout << "basename: " << inf.basename << endl; cout << "isDir: " << inf.isDir << endl; cout << "size: " << inf.size << endl; cout << "time: " << inf.time << endl; } void print(FileInfoList lst) { for(int i=0; isize() << endl; return 0; }