MCPcopy Create free account
hub / github.com/InoriRus/Kyty / sys_file_is_error

Function sys_file_is_error

source/lib/Sys/src/SysWindowsFileIO.cpp:396–399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

394}
395
396bool sys_file_is_error(sys_file_t& f)
397{
398 return f.type == SYS_FILE_ERROR || (f.type == SYS_FILE_FILE && f.handle == KYTY_INVALID_HANDLE_VALUE());
399}
400
401bool sys_file_is_directory_existing(const String& path)
402{

Callers 4

CreateMethod · 0.85
OpenMethod · 0.85
OpenInMemMethod · 0.85
CreateInMemMethod · 0.85

Calls 1

Tested by

no test coverage detected