Hi there,
I’m trying to replace all spaces in a file path from an iterator with %20 so that I can use the iterator to call the subversion delete action.
However the output I get from the string replace method is:
String Replace: has been replaced with
Input string is: C:\Dev\BuildTmp\ProjectName\Compiled\Some library.dll
Search string is set to ’ ’
(A space)Replacement string is set to: %%20%
Any idea why it is not replacing the empty space?
Thanks,