Function veilid_tools::ensure_directory_private_owner

source ·
pub fn ensure_directory_private_owner<P: AsRef<Path>>(
    path: P,
    group_read: bool
) -> Result<(), String>