xAccess abstract method

int xAccess(
  1. String path,
  2. int flags
)

Check whether a file can be accessed.

Implementation

int xAccess(String path, int flags);