browser: use boost::filesystem for local browsing

This commit is contained in:
Andrzej Rybczak
2013-05-16 20:55:29 +02:00
parent a1b57a45af
commit 1c6c9e9c5a
4 changed files with 38 additions and 52 deletions

View File

@@ -71,7 +71,7 @@ struct Browser: Screen<NC::Menu<MPD::Item>>, Filterable, HasSongs, Searchable, T
void LocateSong(const MPD::Song &);
void GetDirectory(std::string, std::string = "/");
# ifndef WIN32
void GetLocalDirectory(MPD::ItemList &, const std::string & = "", bool = 0) const;
void GetLocalDirectory(MPD::ItemList &, const std::string &, bool) const;
void ClearDirectory(const std::string &) const;
void ChangeBrowseMode();
bool deleteItem(const MPD::Item &);