|
-
Sep 20th, 2007, 09:58 PM
#1
Thread Starter
Member
[RESOLVED] Break down a Path String...
What's the simplest way to break down a String with special characters in it?
My String will be something like this...
Text1.Text= "C:\Folder1\SubFolder1\Pic.jpg"
I want to break it down to:
Text2.Text = "C:"
Text3.Text = "Folder1"
Text4.Text = "SubFolder1"
Text5.Text = "Pic.jpg"
Thanks
Last edited by Promocom; Sep 20th, 2007 at 10:08 PM.
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
|