Function std::io::fs::chownExperimental
[-]
[+]
[src]
pub fn chown(path: &Path, uid: int, gid: int) -> IoResult<()>
Change the user and group owners of a file at the specified path.