MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / JoinWindowsPath

Method JoinWindowsPath

common/FileSystem.cpp:765–768  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

763}
764
765std::string Path::JoinWindowsPath(const std::vector<std::string_view>& components)
766{
767 return StringUtil::JoinString(components.begin(), components.end(), '\\');
768}
769
770std::vector<std::string_view> Path::SplitNativePath(const std::string_view path)
771{

Callers

nothing calls this directly

Calls 3

JoinStringFunction · 0.85
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected