|
-
July 16th, 2009, 11:03 AM
#1
Cutting String
using List<string> to store them.
There is a list of strings as shown below:
"C:\WithCreationFilter_CS\bin\Debug\hello.dll"
"C:\AAA\bin\Debug\XXX.dll"
"C:\ZZZ\bin\Debug\YYY.dll"
"C:\QQQ\XXX\YYY\bin\Debug\xxx.dll"
How to get expected output as shown below??
Expected ouput:
"hello.dll"
"XXX.dll"
"YYY.dll"
"xxx.dll"
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|