• ✨ ARCHIVE MODE ✨
    The forum has now been set to read-only mode, no new posts, resources, replies etc will not be possible.
    We recommend you join our Discord server to get real-time response: Discord Invite Link

Solved It is possible to prevent escape of construct using...

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> "?
 
J

jianmingyong

Guest
:) Now I have noticed that even renaming of thread wasn't possible. Looks like the solve tag could not be applied by the user.
 
Top