[go: up one dir, main page]

wrap_chown

Function wrap_chown 

Source
pub fn wrap_chown<P: AsRef<Path>>(
    path: P,
    meta: &Metadata,
    dest_uid: Option<u32>,
    dest_gid: Option<u32>,
    follow: bool,
    verbosity: Verbosity,
) -> Result<String, String>
Expand description

Perform the change of owner on a path with the various options and error messages management