Function otter_api_tests::unistd::access[]

pub fn access<P>(path: &P, amode: AccessFlags) -> Result<(), Error> where
    P: NixPath + ?Sized
Expand description

Checks the file named by path for accessibility according to the flags given by amode See access(2)