wsgidav.samples.virtual_dav_provider.VirtualResource.copy_move_single¶
- VirtualResource.copy_move_single(dest_path, *, is_move)¶
Copy or move this resource to destPath (non-recursive).
This method MUST be implemented if resource allows write access.
See _DAVResource.copy_move_single()