FileAppend

Appends new contents to a file starting at the last character in the file

Method Signature

FileAppend(file=[any], data=[any], charset=[string])

Arguments

ArgumentTypeRequiredDescriptionDefault

file

any

true

The file object or string file path

data

any

true

The data to append

charset

string

false

[utf-8] the default charset to open the file for writing

utf-8

Examples

Last updated

Logo

Copyright & Register Trademark by Ortus Solutions, Corp & Ortus Software, LLC