1
Support and Feedback / Re: StrReplace
« on: February 05, 2017, 21:00:12 »I have not check it yetI'm using this way.
But I think you need to escape special character like "
StrReplace($python_script_path, '"', "^\"");
And you need to use double quotes.. adeleweightloss.com single quotes are used for paths where you do not want it to escape characters..
http://multicommander.com/docs/multiscript/languagesyntax#escseq