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

Method SetIgnoreReadErrors

Libraries/unrar/file.hpp:111–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109 FileHandle GetHandle() {return hFile;}
110 void SetHandle(FileHandle Handle) {Close();hFile=Handle;}
111 void SetIgnoreReadErrors(bool Mode) {IgnoreReadErrors=Mode;}
112 int64 Copy(File &Dest,int64 Length=INT64NDF);
113 void SetAllowDelete(bool Allow) {AllowDelete=Allow;}
114 void SetExceptions(bool Allow) {AllowExceptions=Allow;}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected