MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / ~FindFile

Method ~FindFile

Libraries/unrar/find.cpp:15–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13
14
15FindFile::~FindFile()
16{
17#ifdef _WIN_ALL
18 if (hFind!=INVALID_HANDLE_VALUE)
19 FindClose(hFind);
20#else
21 if (dirp!=NULL)
22 closedir(dirp);
23#endif
24}
25
26
27void FindFile::SetMask(const wchar *Mask)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected