Gentee Programming Language > Documentation > Libraries Download documentation

buf.writeappend

Append data to the specified file.
 
uint buf.writeappend(
      str   filename
)

Parameters

filenameThe name of the file for writing. If the file already exists, it will be appended.

Return value

If error occurs, function returns 0.

See also

    Buffer - binary data


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