This function creates directories at the specified paths. If the parents
argument is set to TRUE, it creates parent directories as needed. Similar to
Python's pathlib.Path.mkdir()
method.
This function creates directories at the specified paths. If the parents
argument is set to TRUE, it creates parent directories as needed. Similar to
Python's pathlib.Path.mkdir()
method.