This function removes directories at the specified paths. It first checks if
the directories exist and are empty. Similar to Python's
pathlib.Path.rmdir()
method.
This function removes directories at the specified paths. It first checks if
the directories exist and are empty. Similar to Python's
pathlib.Path.rmdir()
method.