devela::_dep::rustix::fs

Function access

pub fn access<P>(path: P, access: Access) -> Result<(), Errno> 
where P: Arg,
Available on crate feature dep_rustix only.
Expand description

access(path, access)—Tests permissions for a file or directory.

§References