Ashet OS

async_call: ashet.fs.FarMove

Documentation

moves a file or directory between two unrelated directories. Can also move between different file systems.

Note:

This syscall might copy the data.

Inputs

src_dir: Directory
src_path: str
dst_dir: Directory
dst_path: str

Errors

DiskError
Exists
FileNotFound
InvalidHandle
InvalidPath
NoSpaceLeft