Contents

append

A Boolean that indicates whether the virtual machine appends data to the file.

Declaration

var append: Bool { get }

Discussion

When the value of this property is true, the virtual machine appends new data to the file; otherwise, it replaces the existing contents of the file before writing new data to it.

See Also

Getting the file details