Function cfile_rs::chmod [] [src]

pub fn chmod<P: AsRef<Path>>(path: P, mode: u32) -> Result<(), Error>

A utility function to change read/write/execute permissions of a file.