Dart Ftp Control
Rename Method
Specifies the old file name and path.
Specifies the new file name and path.
Description
Renames a file.
Syntax
Visual Basic
Public Sub Rename( _
   ByVal FromFileName As String, _
   ByVal ToFileName As String _
) 
Parameters
FromFileName
Specifies the old file name and path.
ToFileName
Specifies the new file name and path.
Remarks

Sequences and sends the ftpRenameFrom and ftpRenameTo commands.

If Timeout is greater than 0, this method blocks until a reply is received from the server or a ptTimeout error occurs. If Timeout is 0, this method immediately returns and the Progress event fires with FtpCmd = ftpRenameTo when the reply is received.

Error Codes

This method may generate the following error code (refer to ErrorConstants for a complete list of error codes):

See Also

Ftp Object  | Ftp Members


PowerTCP FTP for ActiveX Documentation Version 2.2
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic