checks if the passed path (a file or directory) is readable by the user that owns this process
path
bool isReadable(String path) => _Is().isReadable(path);