I would like to code a function to which you can pass a file path, for example:
C:\\FOLDER\\SUBFOLDER\\FILE.TXT
and it would open Windows E
When executing the command if your path contains multiple slashes then it will not open the folder and select the file properly Please make sure that your file path should be like this
C:\a\b\x.txt
instead of
C:\\a\\b\\x.txt