I have a zipped folder, which contains many files, and a sub folder inside which may contains the same files as the files outside of this sub folder. When i used the invoke method ExtractToDirectory, there are exceptions returned which states file exist.
Hi, theres no option for this in the invoke method. there’s no file in the destination folder… The files are all in the zipped folder. Zipped folders contains files + a sub folder (which might contains same file names as the ones outside of this sub folder that are in the zipped folder still). so when the invoke method executes, not sure its because it’s not extracting the subfolder inside the zipped folder too?