Function create_empty_file

Source
pub fn create_empty_file(
    target_file: &Path,
    chown: &Option<Chown>,
) -> Result<()>