Deltree in vb ?

C

Chris Dunaway

I would like make deltree same as DOS, can I ??

For what OS? If it's Windows NT/2000/XP, you can just use RD with the /s
option to remove an entire directory tree.

To code your own, look into the System.IO namespace. Particularly at the
Directory, DirectoryInfo, File, and FileInfo classes. They contain all the
methods you need.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Deltree 6
Clean command 5
DELTREE 7
How to delete folder from the command prompt? 7
My WinXP Backup "System" 4
Equivalent DELTREE /Y *.* command in XP? 5
MS DOS Prompt 5
DELTREE 7

Top