Skip to content
This repository was archived by the owner on Nov 26, 2022. It is now read-only.

FTP.Client.Rename

Andrew Lambert edited this page Jul 27, 2017 · 2 revisions

FTP.Client.Rename

Method Signature

 Sub Rename(OriginalName As String, NewName As String)

Parameters

Name Type Comment
OriginalName String The current name of the remote file.
NewName String The new name of the remote file.

Notes

Renames the remote file called OriginalName to NewName.

Clone this wiki locally