Skip to main content

write_private_file

Function write_private_file 

Source
pub fn write_private_file(path: &Path, contents: &[u8]) -> Result<(), Error>
Expand description

Write a private file with mode 0600 on Unix.