0

What's the difference between having one bar or two bars? See the two paths below.

"C": "C:\msys64\mingw64\bin\gcc.exe"

C:\msys64\mingw64\bin\gcc.exe

Thanks

  • Double backslash (``\\``) is normally a way for represent a **literal** single slash ``\`` in a language, where single slash denotes a **special character**. This is known as **escaping**. If you (re-)read your question post, you will find **no double backslash** in it: this is how *representation* works. – Tsyvarev Nov 11 '21 at 13:40
  • @Tsyvarev, many thanks for the clarification and make seeing what was under my nose. :) Very much appreciated. – jjustcchillin Jun 09 '22 at 19:57

0 Answers0