MCPcopy Create free account
hub / github.com/ModOrganizer2/modorganizer / getFilesAndDirsWithFind

Function getFilesAndDirsWithFind

src/envfs.cpp:446–451  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

444}
445
446Directory getFilesAndDirsWithFind(const std::wstring& path)
447{
448 Directory d;
449 getFilesAndDirsWithFindImpl(path, d);
450 return d;
451}
452
453} // namespace env

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected