G
Guest
Hi,
I am developing an app that will unzip several zip files and append the
contents of the zip files to one text file. The zip files contains one text
file with a standard format but the size of the file will be an average of
100k to 300k with at least 7000 rows.
Could I use a simple string (Dim s as string)? So first I would unzip a
file, read its contents, store it in the string then unzip the second, append
it's contents to the same string ........after all the files are unzipped I
then write the contents of the string to a text file. Is that the proper way?
Thanks
I am developing an app that will unzip several zip files and append the
contents of the zip files to one text file. The zip files contains one text
file with a standard format but the size of the file will be an average of
100k to 300k with at least 7000 rows.
Could I use a simple string (Dim s as string)? So first I would unzip a
file, read its contents, store it in the string then unzip the second, append
it's contents to the same string ........after all the files are unzipped I
then write the contents of the string to a text file. Is that the proper way?
Thanks