I am trying to open files by getting the path from the dictionary. Some file names contain commas (,) and other such characters that, when used, give "not such an error for the found file"
For example, the following file path will not be opened: foo,% 20bar.mp3
If symbols such as commas exist, it should be encoded as: foo% 2C% 20bar.mp3
Can someone tell me how to do this?
bcosynot
source share