I’m facing an issue with a website. after clicking on download button file is getting downloaded in zip folder. I want to move the file inside the folder to another location so in move file activity I gave it as “Directory.GetFiles(“C:\Users\Trainer\Downloads\20008414.zip",”*.xls”).OrderByDescending(Function(d) New FileInfo(d).CreationTime).ToList(0).ToString" but I’m getting an error like parameter is incorrect. Please help me with this.
You have provided the File path in the Directory.getfiles you have to provide the folder path there.
If the folder is in zip it not able to fetch the files in the folder.
Hello,
Downloaded file is zip folder but file inside the zip folder is CSV format.
If I use read csv activity its saying couldn’t find the path. how to proceed further