Andre Poenitz <[EMAIL PROTECTED]> writes: | from filetools.C: > | // Is a file readable ? | bool IsFileReadable (string const & path) | { | FileInfo file(path); | if (file.isOK() && file.isRegular() && file.readable()) | return true; | else | return false; | }
I do not see the joke... -- Lgb