Community
Participate
Working Groups
struct _stat stats;
if (library != NULL) {
path = checkPath(library, programDir, 0);
path = checkPath(library, programDir, 1);
if (_tstat(path, &stats) == 0 && (stats.st_mode & S_IFDIR) != 0)
{
/* directory, find the highest version eclipse_* library */