Skip to content

ShowOpenDialog doesn't read "+" character in the file names #694

@AvinashSuresh12

Description

@AvinashSuresh12

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

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions