Results 1 to 6 of 6

Thread: [RESOLVED] Rename file using label caption?

Threaded View

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2006
    Posts
    8

    Resolved [RESOLVED] Rename file using label caption?

    I need some help with this one, so I hope someone could help me out

    I'll try and keep this simple:

    I'm reading from a file and extracting 3 strings from the file (abc.txt) and placing them into 3 seperate label captions.

    Example:

    Label1.Caption = "the cat" (strLine1)
    Label2.Caption = "sat on" (strLine2)
    Label3.Caption = "the mat" (strLine3)

    I then want to rename the same file (abc.txt) that was opened using common dialog to (the cat_sat on_the mat.txt)

    Hope someone wiil help this poor newb
    Last edited by Jon101; May 14th, 2006 at 04:00 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