#ifndef UTIL_H #define UTIL_H #include <string> using namespace std; class TFilePath; string convertToUncString(const TFilePath &fp); #endif