For instances, I have this:
"JVS 02 02 C:\Projects\ D:\Archives"
I want to separate into 2 different strings:
Path1="C:\Projects\"
Path2="D:\Archives\"
How can I do that?
"JVS 02 02 C:\Projects\ D:\Archives"
I want to separate into 2 different strings:
Path1="C:\Projects\"
Path2="D:\Archives\"
How can I do that?