English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

i want to create a program, similar to winzip, that will allow me to move files in directory A to directory B. i want to use vb.net to do it.

thanks.

2007-12-23 13:03:25 · 2 answers · asked by stultz_is 2 in Computers & Internet Programming & Design

it may be overkill, but i want to learn to do it

2007-12-23 13:46:46 · update #1

2 answers

Look into Microsoft's libraries, you'll need functions that list files in a directory using wild cards, and functions that copy files. Using those functions you can create views of files and allow drag and drop operations to trigger the underlying copy operations.

2007-12-23 13:07:42 · answer #1 · answered by VirtualSound 5 · 0 0

Overkill!

Access system commands.

Use basic dos type commands.
like copy and move and del mkdir

You can do this from VB

2007-12-23 13:28:23 · answer #2 · answered by Trev 6 · 0 0

fedest.com, questions and answers