Function forest_filecoin::utils::io::create_new_sensitive_file

source ยท
pub fn create_new_sensitive_file(path: &Path) -> Result<File>
Expand description

Creates a new file with the specified path. The file is created with permissions 0600 and is truncated if it already exists.