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