Home
last modified time | relevance | path

Searched refs:m_recent_path_dat_path (Results 1 – 4 of 4) sorted by relevance

/MusicPlayer2/MusicPlayer2/
H A DMusicPlayer2.h38 wstring m_recent_path_dat_path; //"recent_path.dat"文件的路径 variable
H A DCRecentList.cpp391 if (file.Open(theApp.m_recent_path_dat_path.c_str(), CFile::modeRead)) in LoadOldData()
459 …eApp.m_str_table.LoadTextFormat(L"MSG_SERIALIZE_ERROR", { theApp.m_recent_path_dat_path, exception… in LoadOldData()
H A DMusicPlayer2.cpp101 m_recent_path_dat_path = m_config_dir + L"recent_path.dat"; in InitInstance()
H A DMusicPlayerDlg.cpp1160 …on::FileExist(theApp.m_recent_list_dat_path) && !CCommon::FileExist(theApp.m_recent_path_dat_path)) in FirstRunCreateShortcut()