Searched refs:DeletePath (Results 1 – 3 of 3) sorted by relevance
83 BOOL DeletePath(LPCWSTR pszPath);
61 BOOL CDirectoryList::DeletePath(LPCWSTR pszPath) in DeletePath() function in CDirectoryList
202 if (PathIsDirectoryW(szPath) || !m_dir_list.DeletePath(szPath)) in ProcessNotification()