Results 1 to 3 of 3

Thread: [RESOLVED] Break down a Path String...

Threaded View

  1. #1

    Thread Starter
    Member
    Join Date
    Nov 2003
    Posts
    62

    Resolved [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
  •  



Click Here to Expand Forum to Full Width