I’m currently using DictionaryGetFiles to turn files one by one, but I’m reading files that are not in the folder, and I’m having trouble figuring out how to target them.
As shown in the image, there are no files in the folder that I am currently turning. By the way, the hidden files are visible.
I’m currently using an if statement to determine which files contain “~$” and remove them from the list, but if possible, I’d like to delete them or remove them as temporary files.
If possible, I would like to delete or remove the file as a temporary file in Uipath
Please let me know.