Enhanced directory detection in a way we don't actually need yet

This commit is contained in:
ridiculousfish
2012-02-17 18:08:08 -08:00
parent ac0b97a571
commit 1bedc16544
4 changed files with 19 additions and 14 deletions

View File

@@ -113,7 +113,7 @@ wchar_t *wrealpath(const wcstring &pathname, wchar_t *resolved_path);
/**
Wide character version of readdir()
*/
std::wstring *wreaddir(DIR *dir, std::wstring &outPath);
bool wreaddir(DIR *dir, std::wstring &outPath, bool *outIsDirectory = NULL);
/**
Wide character version of dirname()