CFtp.RenameFile Method | |
Rename a file stored on the FTP server.
Namespace:
VO
Assembly:
VOInternetClasses (in VOInternetClasses.dll) Version: 2.19
Syntax VIRTUAL METHOD RenameFile(
cRemoteFile,
cNewName
) AS USUAL CLIPPER
[ClipperCallingConventionAttribute(new string[] { ... })]
public virtual Usual RenameFile(
Usual cRemoteFile = default,
Usual cNewName = default
)
Request Example
View SourceParameters
- cRemoteFile (Optional)
- Type: Usual
String that contains the name of the file to be renamed on the remote FTP server. - cNewName (Optional)
- Type: Usual
The new name to give to the file.
Return Value
Type:
Usual
TRUE if successful; otherwise, FALSE.
Remarks
The RenameFile() method renames a file on the remote FTP server.
See Also