I have a problem which paint application sometimes cannot open file name with Japanese characters.
The situation is,
read image file(JPEG) in a folder path which contains some character.
open the image and copy it.
paste the image inside Excel.
What I have done,
Using excel application and open the excel file
Using for each loop and get the image file
Open paint with the image file name
Copy the image and close paint
Paste it into excel and close excel
Result,
In my case, I have 2 images that to be processed and both image name have japanese characters.
I have managed to process one of the image but unable to process another one.
Problem,
I get message from Paint mentioned that the file path is not exist.
The filename in the error message is not same with the filename in the folder(the Japanese character is missing).
What I have done so far,
If I remove the Japanese characters, then it would run perfectly. However this is not the solution I want because I need to remain the Japanese character.
I have used write line, and the output for the file name is correct. So there is no problem with output from Uipath.
Anyone can help me with the issue or any other solution that can help me on this.
Hi @aanandsanraj . Thank you for your suggestion. Actually I am doing maintenance for my client and try to fix their code. Since some of the file still can be processed, if possible I would like to stay with their code and try to find a solution on how Paint can read the Japanese characters.