quemb.shared.manage_scratch.WorkDir.make_subdir¶
- WorkDir.make_subdir(name, ensure_empty=False)¶
Create a subdirectory with the same cleanup settings as
self
.If the subdirectory already exists, it is also fine. In this case you can use the
ensure_empty
argument to delete existing files.