Notifications
Clear all

[Closed] replace all \ with \\

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
substituteString @"D:\zarawintercollection\max2011\scenes\sh03\minor\" "\\" "\\\\"