This call removes a subdirectory from the specified disk.
DosRmDir
DirName (PSZ) - input
The subdirectory must be empty, which means it cannot contain hidden files or directory entries other than the "." and ".." entries. Files can be deleted with DosDelete.
The root directory and current directory cannot be removed.