Get Modified Date for zip files

Hi,

I have to get modified date for zip files. Since I have to go through many folder I have to use For Each. And at the end I have to compare two files (the dates, that’s why I need a Modified date info so I can later insert data in Excel. Here is a screenshot for better understanding.

Hi @markosc !
Check the TypeArgument of the foreach loop, I think you should try string instead of object

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.