Sep 4 2011
15:50 Hours
When I zip a folder with files in the folder, the 'list' function reveals in a ListView that the FIRST character of each file is truncated.
I placed the the ABZipUnzip in a code module named CodeModule
Dim ZipUnzip As ABZipUnzip
Dim ZipContent As ABZipContent
Here is the code to produce the zip file with a folder
ShortName = LabelSrcDir.Text.SubString2(s + 1, e)
CodeModule.ZipUnzip.ABZipDirectory(LabelSrcDir.Text,LabelDstDir.Text & ShortName & ".zip")
e.g.
Instead of House Sparrow.WAV, I get ouse Sparrow.WAV
Interesting problem.
Ray Tesluk :sign0085:
15:50 Hours
When I zip a folder with files in the folder, the 'list' function reveals in a ListView that the FIRST character of each file is truncated.
I placed the the ABZipUnzip in a code module named CodeModule
Dim ZipUnzip As ABZipUnzip
Dim ZipContent As ABZipContent
Here is the code to produce the zip file with a folder
ShortName = LabelSrcDir.Text.SubString2(s + 1, e)
CodeModule.ZipUnzip.ABZipDirectory(LabelSrcDir.Text,LabelDstDir.Text & ShortName & ".zip")
e.g.
Instead of House Sparrow.WAV, I get ouse Sparrow.WAV
Interesting problem.
Ray Tesluk :sign0085: