BeginFile Event

Fired before a file is processed.

Syntax

class ZCompressBeginFileEventParams {
public:
  int Index();
  bool Skip();
  void SetSkip(bool bSkip);
  int EventRetVal();
  void SetEventRetVal(int iRetVal);
};
// To handle, connect one or more slots to this signal. void BeginFile(ZCompressBeginFileEventParams *e);
// Or, subclass ZCompress and override this emitter function. virtual int FireBeginFile(ZCompressBeginFileEventParams *e) {...}

Remarks

BeginFile is fired before compression or decompression begins. Index will contain 0.

You may use the Skip parameter to tell the component to skip the file when compressing or decompressing.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks ZIP 2020 Qt Edition - Version 20.0 [Build 8300]