move

open fun move(toFolder: RemoteFolder): RemoteFolder

Move this file to a specified folder.

Return

the copied file.

See also

Parameters

toFolder

The RemoteFolder where the file will be moved. Must not be null.

Throws

on a null toFolder argument.

on a network or API error.