You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you can see, there is a path key and it's value escapes the \ character. Your library parses them as C:\\Program Files (x86)\\Steam - the backslash incorrectly appears twice
If I then do
The following is snippet is from
C:\Program Files (x86)\Steam\steamapps\libraryfolders.vdf
:As you can see, there is a
path
key and it's value escapes the\
character. Your library parses them asC:\\Program Files (x86)\\Steam
- the backslash incorrectly appears twiceIf I then do
"C:\\\\Program Files (x86)\\\\Steam"
gets loggedThe text was updated successfully, but these errors were encountered: