Add mapping for Steam cloud root 'winappdatalocal'
This commit is contained in:
parent
89f80086a2
commit
62ed6b3cf8
3 changed files with 19 additions and 3 deletions
|
@ -429,6 +429,7 @@ pub fn parse_root(value: &str) -> Option<&'static str> {
|
|||
"madocuments" => Some("<home>/Documents"),
|
||||
"machome" => Some(placeholder::HOME),
|
||||
"winappdataroaming" => Some(placeholder::WIN_APP_DATA),
|
||||
"winappdatalocal" => Some(placeholder::WIN_LOCAL_APP_DATA),
|
||||
"winappdatalocallow" => Some("<home>/AppData/LocalLow"),
|
||||
"winmydocuments" => Some(placeholder::WIN_DOCUMENTS),
|
||||
"winsavedgames" => Some("<home>/Saved Games"),
|
||||
|
|
Reference in a new issue