AsyncFile.append

Appends the data from the buffer into a file at the specified path.

class AsyncFile
nothrow
bool
append
(
string file_path
,
shared ubyte[] buffer
,
bool create_if_not_exists = true
,
bool truncate_if_exists = false
)

Meta