#pragma once; #include #include using namespace std; void GetCurrentDirectory(wstring &out); void GetFileName(wstring& fullPath, wstring& fileName); void GetFileName(string& fullPath, string& fileName); BOOL IsPathExist(LPCTSTR lpszPath); BOOL CreateDirectoryEx(LPCTSTR lpszCreatePath);