MCPcopy 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
42inline bool IsDirectory(const wchar_t* path)
43{
44 DWORD attr = GetFileAttributesW(path);
45 return attr != INVALID_FILE_ATTRIBUTES && attr & FILE_ATTRIBUTE_DIRECTORY;
46}
47
48class FileMapping
49{

Callers 1

wmainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected