moveDir

fun moveDir(dir: File, destination: String): ResultCompat<String>

Move the folder to the specified location.

Since

0.4.0

Parameters

dir

Folder to be moved.

destination

Folder move destination path.