Hi
@HongJooChoiI face this problem before... also in spanish we have special characters that broke when you try to compress.
The problem here is with the internal library that use this VBO (The
System.IO.Compression one)
You have many ways to solve this. But the better in BP is using a simple code in Power Shell to compress the file.
As you can see here, I have several special characters in this paths:
The command in power shell, looks like this:
Compress-Archive -LiteralPath "C:\Blue Prism" -DestinationPath "C:\Blue Prism\file.zip"
Here is the result:
Hope this helps you!
See you in the Community, bye 🙂
------------------------------
Pablo Sarabia
Solution Manager & Architect
Altamira Assets Management
Madrid
------------------------------