MCPcopy Create free account
hub / github.com/OpenApoc/OpenApoc / enumerateDirectoryRecursive

Method enumerateDirectoryRecursive

framework/physfs_fs.cpp:345–349  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343}
344
345std::list<UString> FileSystem::enumerateDirectoryRecursive(const UString &basePath,
346 const UString &extension) const
347{
348 return recursiveFindFilesInDirectory(*this, basePath, extension);
349}
350
351UString FileSystem::resolvePath(const UString &path) const
352{

Callers 2

readAliasesMethod · 0.80
getFormIDsMethod · 0.80

Calls 1

Tested by

no test coverage detected