Looking at iarchive doco it seems to require a source directory when using zipfolder and zips up the directory and its contents.
ZipFolder (InDir As String, OutArchiveFolder As String, OutArchiveName As String)
If I want to zip a single file and not any directory containing the file how would i do that?
Thanks.
ZipFolder (InDir As String, OutArchiveFolder As String, OutArchiveName As String)
If I want to zip a single file and not any directory containing the file how would i do that?
Thanks.