MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / stat

Class stat

Libraries/unrar/filefn.cpp:294–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

292 char NameA[NM];
293 WideToChar(Name,NameA,ASIZE(NameA));
294 struct stat st;
295 if (stat(NameA,&st)!=0)
296 return 0;
297 return st.st_mode;

Callers 1

GetFileAttrFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected