#include "include/filepath.h" #include using namespace std; int print(string s) { filepath fp = s; cout << "s = " << s << " filepath = " << fp << endl; cout << " depth " << fp.depth() << endl; for (int i=0; i