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

Method SetExceptions

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

Source from the content-addressed store, hash-verified

112 int64 Copy(File &Dest,int64 Length=INT64NDF);
113 void SetAllowDelete(bool Allow) {AllowDelete=Allow;}
114 void SetExceptions(bool Allow) {AllowExceptions=Allow;}
115#ifdef _WIN_ALL
116 void RemoveSequentialFlag() {NoSequentialRead=true;}
117#endif

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected