Delete an empty directory
Use list.file()
to check if there are any files or subdirectories
under a directory. If not, delete this empty directory.
del_empty_dir(dir)
dir |
Path to a directory. If |
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.