Share

acedGetUserFavoritesDir

C++

ACAD_PORT bool acedGetUserFavoritesDir(
    AcString & sFavoritesDir
);

File

acedinet.h

Description

This function provides access to the Windows Favorites directory of the current user.

Note: This overload does not take a size arg and is deprecated. Use the other overload instead.

Returns Adesk::kTrue on success; Adesk::kFalse on failure.

Parameters

Parameters Description
sFavoritesDir Output string that receives the full path to the Windows Favorites folder of the currently logged-in user.

Was this information helpful?