Pregunta
I've replaced all '\' characters with '/' in the path, but I can't see where the error is.
var oPath = "D:\Program Files\Adobe\Adobe Photoshop 2020\Photoshop.exe";
var nPath = oPath.replace(/\\/g, "\/");
alert(nPath);
var oPath = "D:\Program Files\Adobe\Adobe Photoshop 2020\Photoshop.exe";
var nPath = oPath.replace(/\\/g, "\/");
alert(nPath);
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.