www.pudn.com > OutputoracleDBStruct2XML.rar > FileHelpmate.h


#pragma once 
 
 
namespace FileHelpmate 
{ 
	BOOL FindFile(	LPCTSTR	 szFile	); 
 
	_bstr_t GetExeFullPathFileName(); 
 
	_bstr_t GetExePath(); 
 
	_bstr_t GetParentPath(); 
 
	BOOL MidFilePathAndFileName( LPCTSTR szFile ,LPCTSTR szFilePath, LPCTSTR szFileName); 
}