Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Making and copying DIR and its contents

Status
Not open for further replies.

JeremyM

Programmer
Nov 10, 2000
33
US
I am trying to make a dir. Such as "c:\test". Does anyone know the command to do this? Can I just add a file under the dir and it will make both the dir and the file?

Also, I want to then copy all the contents from one dir into another. Is there an easy command for that?

Any help is appreciated.

Thanks,
Jeremy
 
you can use MKDir in vb, or use API function CreateDirectory()
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top