write_real


Description:

public async void write_real (string contents) throws Error

Write contents to file on disk (sync buffer to file).

Writes to disk only. Unlike write(), this does not update the buffer contents. Client persistence (db, scan) is via File.write RPC on the daemon.

Parameters:

contents

Contents to write

Exceptions:

Error

if file cannot be written