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

Method FindFile

Libraries/unrar/find.cpp:3–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include "rar.hpp"
2
3FindFile::FindFile()
4{
5 *FindMask=0;
6 FirstCall=true;
7#ifdef _WIN_ALL
8 hFind=INVALID_HANDLE_VALUE;
9#else
10 dirp=NULL;
11#endif
12}
13
14
15FindFile::~FindFile()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected