GetDeskbarSettingsDirectory
if (GetDeskbarSettingsDirectory(dirPath, true) == B_OK) {
if (GetDeskbarSettingsDirectory(path) == B_OK
status_t GetDeskbarSettingsDirectory(BPath& _path, bool create = false);
status_t status = GetDeskbarSettingsDirectory(prefsPath);
if ((result = GetDeskbarSettingsDirectory(path, true)) == B_OK) {
if (GetDeskbarSettingsDirectory(path, true) == B_OK) {