Deletes file or directory of the current directory.
Note Only empty directory can be deleted, you have first to emptify the directory deleting file by file of that directory and then to delete directory.
[Visual Basic] Public Sub Delete( _ ByVal name As String _ )