daveofgv
Well-known member
I am going to need to create a windows form for work that we can connect to a database table, select a directory and move files from the directory that are in the table and move to another folder.
The directory will have sub directories that I need to search for the file name and move.
I would like to have the table hold the file name (or path) and move all files that are in the database. There might be 20 files or 1000. Depends on the client we are processing for.
Example: User selects the directory - then clicks a button to move each file in the database.
Is this easy and possible?
this can also be in VB6 (which ever is easier)
thanks in advance
daveofgv
The directory will have sub directories that I need to search for the file name and move.
I would like to have the table hold the file name (or path) and move all files that are in the database. There might be 20 files or 1000. Depends on the client we are processing for.
Example: User selects the directory - then clicks a button to move each file in the database.
Is this easy and possible?
this can also be in VB6 (which ever is easier)
thanks in advance
daveofgv
Last edited: