move_items#
- omni.kit.window.filepicker.move_items(
- dst_item: FileBrowserItem,
- src_paths: List[str],
- dst_name: str | None = None,
- callback: Callable = None,
Moves items. Upon success, executes the given callback.
- Parameters:
( (dst_item) – obj: ‘FileBrowserItem’): Destination item.
src_paths (List[str]) – Paths of items to move.
dst_name (Optional[str]) – Destination item’s name.
callback (Callable) – the callback function when move success.Function signature is void callback().