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

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

2012/2/2 Hamish <hamish_b@yahoo.com>:

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");
}

r50633, quick check, doesn't work on Windows. Don't know why.

Martin

--
Martin Landa <landa.martin gmail.com> * http://geo.fsv.cvut.cz/~landa