I have a string path to my file that I want to execute. It is for example:
E:\folderA\folderB\myfile.exe
If I write this path and I try to execute file there it says that file doesn't exist.
When I write it like that. Then it works.
E:/folderA/folderB/myFile.exe
How do I change \ to / ?