TIpClientFtp() > File methods xHarbour Developers Network  

oTIpClientFtp:rename()

Renames a file on the FTP server.

Syntax

:rename( <cFrom>, <cTo> )  --> lSuccess

Arguments

<cFrom>
This is a character string holding the name of the file to rename.
<cTo>
This is a character string with the new file name including file extension.

Description

Method :rename() renames a file on the FTP server and returns a logical value indicating success of the operation.


Copyright © 2006-2007 xHarbour.com Inc. All rights reserved.
http://www.xHarbour.com
Created by docmaker.exe