//----------------------------------------------------------------------------- // util.h //----------------------------------------------------------------------------- #ifndef _UTIL_H #define _UTIL_H //----------------------------------------------------------------------------- // includes //----------------------------------------------------------------------------- #include #include #include //----------------------------------------------------------------------------- // file/directory/machine //----------------------------------------------------------------------------- BOOL STDMETHODCALLTYPE BDeleteDirTree( const TCHAR *szDir, BOOL bDeleteInputDir=TRUE ); #endif // _UTIL_H