I have a string with some paths delimited by semicolon:
C:\Windows;C:\Program Files;D:\Lib
I want to remove some paths and add others to this string.
What's the best way for doing this?
Thanks!
I have a string with some paths delimited by semicolon:
C:\Windows;C:\Program Files;D:\Lib
I want to remove some paths and add others to this string.
What's the best way for doing this?
Thanks!
Hi Erick,
You can use the “String Replace” action to replace the paths you want to remove with an empty string, then use the “Path Manipulation” action to append the new paths to the string.
Regards,
Paul.