Find XF file for given category
int xf_find_file( string & strFilePath, LPCSTR lpcszFunctionName, LPCSTR lpcszCategoryName = NULL, int nFolderLocation = -1 )
actual folder location if file is found, -1 if not
EX1
void xf_find_file_ex1() { string strFilePath = GetAppPath(); string strFunctionName = "smooth"; if(xf_find_file(strFilePath, strFunctionName) < 0) printf("Not found") }
origin.h