Skip to content

Question #22

Answered by d-frey
AlexFundorin asked this question in Q&A
Discussion options

You must be logged in to vote

You need to be careful with escape sequences. If you want the filename to be the string c:\filename.json, you need to escape the \, your source code should thus contain "c:\\filename.json" (note: a double backslash).

Replies: 8 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by d-frey
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #22 on December 20, 2020 19:02.