MCPcopy Create free account
hub / github.com/clechasseur/pathcopycopy / GetPath

Method GetPath

PathCopyCopy/plugins/src/LongUNCPathPlugin.cpp:76–81  ·  view source on GitHub ↗

Returns the long UNC path of the specified file. @param p_File File path. @return UNC path if file has one, otherwise its long path.

Source from the content-addressed store, hash-verified

74 // @return UNC path if file has one, otherwise its long path.
75 //
76 std::wstring LongUNCPathPlugin::GetPath(const std::wstring& p_File) const
77 {
78 std::wstring path(p_File);
79 InternalGetPath(path);
80 return path;
81 }
82
83 //
84 // Protected constructor with custom description and help text resources.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected