[GRASS-dev] Re: [GRASS-user] Re: winGrass, ODBC and MS Access database

Hamish hamish_b at yahoo.com
Thu Feb 2 07:16:33 EST 2012


> manifest files should be skipped, hopefully fixed in r50626.

just wondering about a more general solution; what happens if you search
for the executable bit when run from Windows, where such a distinction may
not exist?

if (access(filepath, X_OK) == 0) {
    G_message("is exe");
}


?,
Hamish



More information about the grass-dev mailing list