Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Apache553/SubtitleFontHelper
/ IsDirectory
Function
IsDirectory
FontDatabaseBuilder/Win32Helper.h:42–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
}
41
42
inline bool IsDirectory(const wchar_t* path)
43
{
44
DWORD attr = GetFileAttributesW(path);
45
return attr != INVALID_FILE_ATTRIBUTES && attr & FILE_ATTRIBUTE_DIRECTORY;
46
}
47
48
class FileMapping
49
{
Callers
1
wmain
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected