Function chmod

Source
pub fn chmod(
    graph: Arc<Mutex<Graph>>,
    path: String,
    mode: String,
) -> Result<File, Error>