Recent content by MioTheGreat

  1. M

    Copying Tool in Visual Basic

    VB or VB.NET? In .NET, you'll want to use the System.IO.Directory.Delete() function. Something like: System.IO.Directory.Delete("C:\My\Path\", true) in vb6, you can use this: http://www.vb-helper.com/howto_delete_directory_hierarchy.html
Back