Message 1 of 3
replace all \ with \\

Not applicable
11-15-2012
01:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
how to replace \ with \\ in 3dsmax script. python equivalent is replace command
"D:\zarawintercollection\max2011\scenes\sh03\minor\"
should be
"D:\\zarawintercollection\\max2011\\scenes\\sh03\\minor\\"
Thank you
"D:\zarawintercollection\max2011\scenes\sh03\minor\"
should be
"D:\\zarawintercollection\\max2011\\scenes\\sh03\\minor\\"
Thank you