libasync ~master (2021-10-01T13:41:16Z)
Dub
Repo
AsyncFile.append
libasync
file
AsyncFile
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
Source
See Implementation
libasync
file
AsyncFile
constructors
this
functions
append
buffer
handler
kill
onReady
read
write
properties
cmdInfo
error
file
filePath
offset
status
waiting
Appends the data from the buffer into a file at the specified path.