Hi Team,
I have issue with # character in the filename. My robot needs to download files from a webpage and I can’t influence file name, files are automatically downloaded to the Downloads folder.
Some of the downloaded files contain # character in the name, for example “INV-00001943_#_Items.zip”
When I try to do any action with the file, for example rename, delete or unzip, I’m getting error that file doesn’t exist and in the error message name is shown only until # (file used in the example was “INV-00001943_#_Items.zip”) .
Below you can see code I’m trying to run and error that I’m getting ($FileName$ = $Folderpath$\$FilesInFolder{name}$.$FilesInFolder{extension}$)
Do you have any solution how can I delete such files?
Thank you!
Kasia