Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/abbeycode/UnrarKit
/ IsDriveLetter
Function
IsDriveLetter
Libraries/unrar/pathfn.cpp:154–158 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
152
153
154
bool IsDriveLetter(const wchar *Path)
155
{
156
wchar Letter=etoupperw(Path[0]);
157
return Letter>=
'A'
&& Letter<=
'Z'
&& IsDriveDiv(Path[1]);
158
}
159
160
161
int GetPathDisk(const wchar *Path)
Callers
5
GetNextMask
Method · 0.85
GetPathDisk
Function · 0.85
IsFullPath
Function · 0.85
GetPathRoot
Function · 0.85
GetWinLongPath
Function · 0.85
Calls
2
etoupperw
Function · 0.85
IsDriveDiv
Function · 0.85
Tested by
no test coverage detected