Hi,
I'm trying to get the selected file details using the ShowOpenDialog method from ElectronDialogWindow. Able to get the selected file paths properly but the file Names having the "+" character are not getting recognized properly.
Current behavior: If the file name is "ab+cd" then it will be read as "ab ab". It's not recognizing the "+" character.
Expected behavior: It should recognize the "+" character and read it as "ab+ab".
Does anyone have thoughts about this?
Thanks