Closed Miepee closed 2 years ago
This is actually normal behavior of the command line, so I don't think DogScepter has any control over it. However, it might be a good idea to properly validate the path.
Hmm, that is strange.
Other command line tools (like dir
) don't interpret the last backslash as an escape character.
Upon further inspection, this is an issue of CliFX and not of DogScepter. Thus closing.
For example, having
.\DogScepterCLI.exe dump "data.win" -o "longPath\foobar\" -v --textures --strings --code --rooms
will cause dogscepter to uselongPath\foobar -v --textures --strings --code --rooms
as the path instead.