rename

abstract fun rename(newFilename: String): RemoteEntry

Rename this file.

Return

the renamed file.

See also

Parameters

newFilename

The new name. Must not be null.

Throws

on a null newFilename argument.

on a network or API error.