Function rustix::fs::access

source ·
pub fn access<P: Arg>(path: P, access: Access) -> Result<()>
Expand description

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

§References