Skip to main content

write_through

Function write_through 

Source
pub fn write_through(
    buffer: Buffer,
    target: &Path,
    append: bool,
) -> Result<(), Error>
Expand description

Write buffer to the target by following any symlink and truncating (or appending to) the linked file. Non-atomic — see module docs.