Please help?!

O

Omega Warrior

Code:

Public Sub RecursiveDeleteDirectory( _

ByVal AsDirectoryName As String, _

ByVal AbDeleteSubDirectories As Boolean, _

ByVal AbDeleteFolders As Boolean)



....





Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles Button1.Click



How do i run the RecursiveDeleteDirectory Sub on button1_click???



End Sub





Please Help!





Thank You!
 

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

Top