public void ChangeOwner(
int ownerID,
string path
)Public Sub ChangeOwner (
ownerID As Integer,
path As String
)public:
void ChangeOwner(
int ownerID,
String^ path
)member ChangeOwner :
ownerID : int *
path : string -> unit Only numerical user ids are supported currently. Use ExecuteCommand to run a Unix command on the server if required (e.g. chown). Not all servers will permit this command.