Help Needed with Treeview control

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Saabster

    #1

    Help Needed with Treeview control

    Hi all,

    I'm fairly new to VB.NET but have more experience with VB6 and earlier.
    I'm trying to create an application that will move files from one
    folder to another. Here is the scenario.

    I have a folder on my local hard drive that has about 1400 .XLS files.
    These files are all named with the same pattern of call#_Serial #.xls.
    I need to move these to a folder on the network. the network folder
    structure is based on serial #. So what I want to do is read through
    the files on my local hard drive (particular folder only) then parse
    out the serial number from the file name, find that folder on the
    network (subfolder of a main folder) and move the file there.

    I've built a form that populates a tree control with the files from the
    source directory and them I'm stuck on how to proceed from there.

    Any help that someone can give me on this would be appreciated.

    Thanks

    Craig

Working...