browser: if current dir doesn't exists, go down one level automatically

This commit is contained in:
Andrzej Rybczak
2010-08-10 00:11:44 +02:00
parent a93096fbda
commit 7c75be82bd
4 changed files with 18 additions and 0 deletions

View File

@@ -213,6 +213,7 @@ std::string FindSharedDir(const MPD::SongList &);
#endif // HAVE_TAGLIB_H
std::string FindSharedDir(const std::string &, const std::string &);
std::string ExtractTopName(const std::string &);
std::string PathGoDownOneLevel(const std::string &path);
std::string GetLineValue(std::string &, char = '"', char = '"', bool = 0);