J
jianmingyong
Guest
It is possible to prevent the escape character to escape a construct if I want to use "@Script.start(<Filesystem.pathup(<Level.file>)>\<Level.filename>)", where the backslash is still intact and the construct will not be escape.
Probably like this " <Filesystem.pathup(<Level.file>)>\\<Level.filename> " or I have to go back to the fall back method
" <Filesystem.pathup(<Level.file>)>/<Level.filename> "?
Probably like this " <Filesystem.pathup(<Level.file>)>\\<Level.filename> " or I have to go back to the fall back method
" <Filesystem.pathup(<Level.file>)>/<Level.filename> "?