The main method accepts a list of arguments.
The first argument, resultFileName, is the name of the resulting file. The remaining arguments are the names of files for fileNamePart.
Each fileNamePart file is a part of a zip file. You need to unzip the entire file by assembling it from its parts.
Unzipping a file
- 7
Locked
Comments (4)
- Popular
- New
- Old
You must be signed in to leave a comment
Justin Smith
11 August 2022, 11:29
I've read the conditions like 5 times and I still don't understand what they want me to do with this task. I have a vague idea but it seems like critical pieces are missing from the explanation. Just gonna skip, I had my fill of Zip-related tasks in the last course anyway.
0
Olek
17 December 2019, 16:24
I have an issue with this task. When I click to verify it I receive an error in IDEA "413: Request entity too large". And my code is not visible on the site.
I've tried to reinstall the plugin and restart IDEA but it doesn't help.
0
Roman
18 December 2019, 09:35
Create a question in the help section or give me your code (in the direct messages), I'll check it.
0
Olek
18 December 2019, 20:17
I think the issue was that I had test files in the same directory and IDE tried to upload it during verification. I removed test files and issue was gone.
Can you advise why all tests are failing now?
0