Gentee Programming Language > Documentation > Libraries Download documentation

ftp.setattrib

This method sets the attributes for the file or the directory.
 
uint ftp.setattrib(
      str   name,
      uint   mode
)

Parameters

nameThe name of a file or directory.
modeThe attributes for the file.

Return value

Nonzero if initialization was successful; otherwise 0.

See also

    Internet


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