Classes
Methods
# async appendFile(data, options)
Asynchronously append data to a file, creating the file if it does not yet exist.
Parameters:
Name | Type | Description |
---|---|---|
data |
string or Buffer to append | |
options |
# createWriteStream(options)
Creates standart node fs WriteStream for this path.
Parameters:
Name | Type | Description |
---|---|---|
options |
node fs.createWriteStream options |
# async json(obj)
Serialize onject to JSON and writes it to file
Parameters:
Name | Type | Description |
---|---|---|
obj |
object to serialize |