Frontend created and rewritten a few times, with some backend fixes #1
| @@ -22,7 +22,7 @@ class MkDir(ControlBase): | ||||
|  | ||||
|     def __call__(self): | ||||
|         path = config.config.path / filename.sanitize(self.path) | ||||
|         path.mkdir(parents=False, exist_ok=False) | ||||
|         path.mkdir(parents=True, exist_ok=False) | ||||
|  | ||||
|  | ||||
| class Rename(ControlBase): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user