Share

AcDbHostApplicationServices::getRoamableRootFolder

C++

virtual ACDBCORE2D_PORT Acad::ErrorStatus getRoamableRootFolder(
    const ACHAR *& folder
);

Description

Gets the local roamable files directory.

A DBX application implements this method to identify the location of its roamable files. If a DBX application does not provide its own implementation, getRoamableRootFolder() gets the directory containing the application's executable (.exe).

Parameters

Parameters Description
folder Local roamable files directory

Links

AcDbHostApplicationServices

Was this information helpful?