Removes the specified directory.
RMDIR
directory_name
directory_name is a string expression containing the name of the directory to delete.
RMDIR
works like the MS-DOS RMDIR
command. It cannot delete the current directory or a directory containing files.
RMDIR "A:\TEST"