Open
Description
As title says, when a drive for a Steam library is labelled with a " in the name, such as Game Drive 3.5" it will fail to parse the file.
Renaming the drive in the Steam drive menu to not include the " solves the issue as a bandaid solution
Example from the libraryfolders.vdf file
"path" "F:\\Games\\Steam"
"label" "Game Drive 3.5\""
"contentid" "2288888475556474100"
"totalsize" "1000191553536"
Renaming the drive in steam to no longer include the " turns it to this
"path" "F:\\Games\\Steam"
"label" "Game Drive 3.5"
"contentid" "2288888475556474100"
"totalsize" "1000191553536"
Which can be read no issue
Metadata
Assignees
Labels
No labels