Gentee Programming Language > Documentation > Libraries Download documentation

ftp.createdir

The method creates a new directory on the FTP server.
 
uint ftp.createdir(
      str   dir
)

Parameters

dirThe name of the directory

Return value

Nonzero if initialization was successful; otherwise 0.

See also

    Internet


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