C++
__declspec(deprecated("**This function is obsolete**")) int GetCachePath( wchar_t * path, int size ) const;
Description
Obsolete function. Don't use it. This function returns 0. Cache path is assumed to be %LOCALAPPDATA%/Autodesk/Web Services/<ProductLineCode>.
Links
Use Instead
Use WebServicesManager::GetCachePath to get the cache path.