Forum archive
KZip bug
- Hi,
when I try to add a file which has a endash ( - I tried creating a dummy file "foo - bar.baz" and kzipping as you did, and everything worked fine here. Maybe it's something funny with your German character set? The thing is, I'm already using some WINAPI functions (SetFileApisToOEM and CharToOem) which are supposed to fix this problem .. but I guess it never worked right. : /Edited at
- A - works fine but not
- Ok, I am able to create 2 different - using the Alt + keypad numbers.. but it still works fine. I added the OEM character set stuff in September 2004. You wouldn't be using an old version of KZIP, would you?
Compiled: Jun 21 2006
:?- Here's a little test I did on WinXP SP2, NTFS.
C:\Temp>copy nul foo.bar
1 file(s) copied.
C:\Temp>copy nul foo-bar
1 file(s) copied.
C:\Temp>kzip foobar.zip foo?bar
Creating ZIP: foobar.zip
Adding: foo-bar KSflating Error: foo-bar not found - Thanks to counting_pine, I was able to reproduce the bug and fix the problem. I was generating dummy files with DOS edit ... somehow it's different than using "copy nul ..". Anyway, I have updated KZIP with the fix.
- Thanks for the quick fix :)