Hi all,
Has anyone come across the issue where a file won’t delete from a folder? I am downloading a zip file from the web and when I am done I am trying to get the bot to delete the file. If I use the delete activity with the exact path nothing happens and if I use a directory.getfiles(path) within a foreach and get a list of files (which works) I am getting an access denied.
It is like the bot is still using the zip file and prevents it from deleting. I also tried everything manually and it works. Thanks