This PR checks if the path passed into pathFromWindows starts and ends with escaped quotation marks, and if yes, remove those from the string so that the rest of the parsing code runs correctly.
(This fixes an issue with SHC putting quotation marks around the path arguments passed into its sub-processes)
This PR checks if the path passed into pathFromWindows starts and ends with escaped quotation marks, and if yes, remove those from the string so that the rest of the parsing code runs correctly. (This fixes an issue with SHC putting quotation marks around the path arguments passed into its sub-processes)