rename

open fun rename(newFilename: String): RemoteFolder

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.