Share

AdApplicationFrame::GetCachePath Method

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

AdApplicationFrame Class

Use Instead

Use WebServicesManager::GetCachePath to get the cache path.

Was this information helpful?