C++
virtual ACDBCORE2D_PORT Acad::ErrorStatus getAllUsersRootFolder( const ACHAR*& folder );
Description
Returns the full path to the AutoCAD all users folder where the files shared by all users were installed. The default implementation is to return the directory where the EXE is located. This method can be overridden by DBX applications for their own install structure.
Parameters
Parameters | Description |
---|---|
folder | The all user folder path to return. |
Returns
Returns Acad::eOk if successful, otherwise fails.