moveEntry

suspend fun moveEntry(src: String, dst: String): Any?

Moves an entry (file or directory) from src to dst.

Parameters

src

path to move the entry from.

dst

path to move the entry to.