moveFile

fun moveFile(file: File, destination: String): ResultCompat<String>

Move the file to the specified location.

Since

0.4.0

Parameters

file

File to be moved.

destination

File move destination path. For example: appInternalFilesDir().path.