MoveTask
Nadle / MoveTask
Variable: MoveTask
constMoveTask:Task<MoveTaskOptions>
Defined in: packages/nadle/src/builtin-tasks/move-task.ts:22
Task for moving files and directories.
Same selection semantics as CopyTask, but sources are removed after the move. Uses a rename syscall when possible and falls back to copy-then-delete (e.g. across devices). Skipped files (overwrite policy) keep their source.