if not target_path.parent.exists() and self.create_dirs:
            target_path.parent.mkdir(parents=True)