MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / GetProfileCfgPath

Function GetProfileCfgPath

engine/Poseidon/Core/Profile/ProfileManager.cpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61 if (!fs::is_directory(uDir, ec))
62 return profiles;
63
64 for (const auto& entry : fs::directory_iterator(uDir, ec))
65 {
66 if (!entry.is_directory())
67 continue;
68
69 std::string name = FilesystemPathToUtf8(entry.path().filename());

Callers 2

DisplayNewUserMethod · 0.85

Calls 1

usersDirFunction · 0.85

Tested by

no test coverage detected