GremlinHunter
Programmer
For several weeks I have had a bit of code opening zip files and counting specific extensions inside. Now when the routine runs I just get "error in opening zip file" from IOException.
The odd thing is that the test code still works fine from my workstation, even when I use the same network path and files.
All I have found from trolling google is dead threads and a few postings on incompatable zip file formats. I can not see how it could be zip formats if the same logic works on one machine and not another (both target same file on network drive).
Has anyone else come accross this before?
The odd thing is that the test code still works fine from my workstation, even when I use the same network path and files.
All I have found from trolling google is dead threads and a few postings on incompatable zip file formats. I can not see how it could be zip formats if the same logic works on one machine and not another (both target same file on network drive).
Has anyone else come accross this before?