Parameters
- fileName
- The name of the zip file to open or create.
- create
- True to create a new zip file, false to open an existing file.
If create is true and the zip file already exists, it is overwritten with a new empty file.
If create is false and the zip file already exists, the existing file is opened.