get the path of the temp folder in which the OPJ attached files are placed.
string GetProjectAttachedFilesPath( )
empty string is no such path
EX1
void GetProjectAttachedFilesPath_ex1() { string strPath; strPath = GetProjectAttachedFilesPath(); if(strPath.IsEmpty()) out_str("Not files attached to project"); else out_str(strPath); }
origin.h