moveFile

open suspend fun moveFile(from: KmpFsRef, to: KmpFsRef): Outcome<Unit, KmpFsError>

Moves a file to another destination. The destination file must exist and will be overwritten.