int _access( const char *path, int mode ); if ((_access( "ACCESS.C", 0 )) != -1) { printf( "File ACCESS.C exists/n") );