Notifications
Clear all
[Closed] replace all \ with \\
Nov 15, 2012 11:08 am
how to replace \ with \ in 3dsmax script. python equivalent is replace command
is str.replace(parameter1,parameter2)
str = D:\zarawintercollection\max2011\scenes\sh03\minor\
should be
D:\zarawintercollection\max2011\scenes\sh03\minor\
Thank you
1 Reply
Nov 15, 2012 11:08 am
substituteString @"D:\zarawintercollection\max2011\scenes\sh03\minor\" "\\" "\\\\"