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

Function IsUNCPath

common/FileSystem.cpp:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60
61template <class T>
62static bool IsUNCPath(const T& path)
63{
64 return (path.length() >= 3 && path[0] == '\\' && path[1] == '\\');
65}
66
67#endif
68

Callers 2

GetWin32PathMethod · 0.85
RealPathMethod · 0.85

Calls 1

lengthMethod · 0.45

Tested by

no test coverage detected