Gildraen.5432 Posted November 9, 2020 Share Posted November 9, 2020 Hello everyone, I don't know if a lot of people use the Settings.json for the command-line arguments, but i have a little question...How can we handle spaces " " in the file ? I tried different possibility, but none of them worked..Like in the -dat argument, where we have to specify a full path of a file, and if we have some spaces in the path !!So if you have any idea, or have it working, i would be glad to hear it !Thanks ! Link to comment Share on other sites More sharing options...
Healix.5819 Posted November 9, 2020 Share Posted November 9, 2020 \ is an escape character, so...{ "arguments":[ "-dat \"C:\\Example Space\\Gw2.dat\"", "-dat \"C:/Alternate Example/Gw2.dat\"", ]} Link to comment Share on other sites More sharing options...
Gildraen.5432 Posted December 7, 2020 Author Share Posted December 7, 2020 You know what ? I didn't have time but i tried, and it's good, i'm stupid to not thought about escaping the quote before/after instead of trying to escape the path Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now