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

Function IsFullPath

Libraries/unrar/ulinks.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40
41
42static bool IsFullPath(const char *PathA) // Unix ASCII version.
43{
44 return *PathA==CPATHDIVIDER;
45}
46
47
48bool ExtractUnixLink30(CommandData *Cmd,ComprDataIO &DataIO,Archive &Arc,const wchar *LinkName)

Callers 4

CheckArgsMethod · 0.70
CreateReparsePointFunction · 0.70
ExtractUnixLink30Function · 0.70
ExtractUnixLink50Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected