C++
virtual ACDBCORE2D_PORT Acad::ErrorStatus getLocalRootFolder( const ACHAR *& folder );
Description
Gets the local directory.
A DBX application implements this method to identify the location of its customizable files. If a DBX application does not provide its own implementation, getLocalRootFolder() gets the directory containing the application's executable (.exe).
Parameters
Parameters | Description |
---|---|
folder | Local root directory |