in reply to Re: How to test if a file is readable on Win64?
in thread How to test if a file is readable on Win64?

Unfortunately this did not seem to work. I implemented your suggestions but my script fails in the exact same way i.e. it gets to a file which it cannot read but the is_readable function returns that it is readable and my program proceeds to try and execute code which can't possibly succeed i.e. diffing two files, one of which it can't read.
  • Comment on Re^2: How to test if a file is readable on Win64?

Replies are listed 'Best First'.
Re^3: How to test if a file is readable on Win64?
by Anonymous Monk on Mar 10, 2014 at 01:53 UTC