set_configvar() for a directory path is not correct for backslashes in Windows. #2676
Answered
by
waruqi
Extra-Creativity
asked this question in
Q&A
-
Or is there any way that I can pass the directory macro to my C/C++ program? |
Beta Was this translation helpful? Give feedback.
Answered by
waruqi
Aug 13, 2022
Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Extra-Creativity
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
set_configvar("DIR", os.projectdir():gsub("\\", "/"))