mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-08 02:31:18 -03:00
Enhanced directory detection in a way we don't actually need yet
This commit is contained in:
2
wutil.h
2
wutil.h
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user