Newbie question about Paths with a zipped file is involved:
I'm trying to loop through some files which are located within a folder within a zipped folder. The path I'm using is
"C:\Users\Documents\Organization\Date_Number files-LongCodeZ-001\Date_Number files"
From what I understand, the last folder is an unzipped version of the previous folder.
The code I am using works fine when the path is the first part: "C:\Users\Documents\Organization", so I think the zipped folder must be throwing the path off
I'm trying to loop through some files which are located within a folder within a zipped folder. The path I'm using is
"C:\Users\Documents\Organization\Date_Number files-LongCodeZ-001\Date_Number files"
From what I understand, the last folder is an unzipped version of the previous folder.
The code I am using works fine when the path is the first part: "C:\Users\Documents\Organization", so I think the zipped folder must be throwing the path off