MCPcopy Create free account
hub / github.com/Beckhoff/ADS / isDirectory

Method isDirectory

AdsLib/AdsFile.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24 uint16_t nReserved2;
25
26 bool isDirectory(void) const
27 {
28 return 0x10 & dwFileAttributes;
29 }
30
31 void letoh(void)
32 {

Callers 1

FindMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected