IMPORTANT: Please make sure that the process that launches WebArchiveX has all required file-system permissions. For more information please refer to the WebArchiveX API page.
String TempDir;
HRESULT put_TempDir( [in] BSTR bstrPath ); HRESULT get_TempDir( [out] BSTR* bstrPath );
- bstrPath
- [in] BSTR - path to the temporary directory
void SetTempDir( const std::string& sPath ); std::string GetTempDir();
- sPath
- std::string path to the temporary directory
- Back to API - WebArchiveX Website - C Systems Website -