ES3Cloud.RenameFile

public static IEnumerator RenameFile(string oldFilePath, string newFilePath, string user, string password, ES3Settings settings)

Description

Renames a file on the server for the given user, or renames a global filename if no user is specified.

Parameters

oldFilePath The relative or absolute path of the file we want to rename.
newFilePath The relative or absolute path we want to rename the file to.

user

[Optional] The name of the user this file belongs to, if we don't want the file to be global.

password

[Optional] The password of the user this file belongs to.

settings

[Optional] The settings we want to use to override the default settings.

Examples

C#