Share

CAcUiNavDialog::GetRecentDirectory

C++

BOOL GetRecentDirectory(
    CString& strRecent
) override;

Description

Gets the Recent directory under the Application Data directory of the operating system for use with the History places item. This returns the History folder for use with the dialog and AutoCAD. Returns true on success and false on failure. Do not override this function unless you want to use a different History folder (which would be rare).

Parameters

Parameters Description
strRecent String containing the contents of the Recent directory

Links

CAcUiNavDialog

Was this information helpful?