Gentee Programming Language > Documentation > Libraries Download documentation

ftp.rename

This method renames a file or directory stored on the FTP server.
 
uint ftp.rename(
      str   from,
      str   to
)

Parameters

fromThe current name of the file or directory.
toA new name.

Return value

Nonzero if initialization was successful; otherwise 0.

See also

    Internet


 Copyright © 2004-2006 Gentee Inc. All rights reserved.