A
Amrro
Hi
I am using VC++.NET, I have a string
c:\folder1;c:\folder2;c:\folder3
I want to sepreate this string into a array of string which should contain
c:\folder1
c:\folder2
c:\folder3
Please Help me.
Amrro
I am using VC++.NET, I have a string
c:\folder1;c:\folder2;c:\folder3
I want to sepreate this string into a array of string which should contain
c:\folder1
c:\folder2
c:\folder3
Please Help me.
Amrro