IJavaPackageManager::SetCurrentDirectory Method

Sets the current directory.

Syntax

HRESULT SetCurrentDirectory(      
    LPCOLESTR pszDir
);

Parameters

  • pszDir
    [in] A pointer to a string that specifies the current directory.

Return Value

Returns S_OK if successful, or an error value otherwise.