Devi usare RmDir (Remove Directory):
codice:
Private Sub Command2_Click()
RmDir "C:\ciao"
End Sub