MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / IsFullRootPath

Function IsFullRootPath

Libraries/unrar/pathfn.cpp:580–583  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

578
579
580bool IsFullRootPath(const wchar *Path)
581{
582 return IsFullPath(Path) || IsPathDiv(Path[0]);
583}
584
585
586void GetPathRoot(const wchar *Path,wchar *Root,size_t MaxSize)

Callers 1

IsRelativeSymlinkSafeFunction · 0.85

Calls 2

IsPathDivFunction · 0.85
IsFullPathFunction · 0.70

Tested by

no test coverage detected