Hi,
I create a directory, copy files sthere, like
1_1.wav
1_2.wav
2_1.wav
4.jpg
5s.jpg
...
All in all 12 files.
Then I do this:
I get only 7 files, the zip file also does only contain seven files.
The manes are like :
_1.wav
_2.wav
One of tje jpgs is also missing.
The files in the directory are OK.
What am I missing?
I create a directory, copy files sthere, like
1_1.wav
1_2.wav
2_1.wav
4.jpg
5s.jpg
...
All in all 12 files.
Then I do this:
B4X:
myZip.ABZipDirectory (zipdir & "/",zipfilename)
Dim i,iz As Int
i=myZip.ABListZip (zipfilename)
For iz=0 To i-1
Log (myZip.ABGetListItem(iz))
Next
I get only 7 files, the zip file also does only contain seven files.
The manes are like :
_1.wav
_2.wav
One of tje jpgs is also missing.
The files in the directory are OK.
What am I missing?