corda/classpath
Joshua Warner 8df12d5003 Use native windows APIs for File.exists()
On windows, there are obscure cases where _wstat can return non-zero for a path that
actually exists, but the native GetFileAttributes returns valid attributes.  This is
the case in particular when the user or process doesn't have permissions to access
the directory (for instance, anything outside of %temp%\Low, when running as a
low-integrity process).

This was causing problems with .mkdirs() - which first tries to check if the parent
exists, and creates it if it doesn't. In our particular case, the exists() was
returning false for the parent, even though it exists, and .mkdir() works fine,
mkdirs() fails for the same directory.
2013-05-31 11:17:21 -06:00
..
avian add support for the RuntimeVisibleParameterAnnotations attribute 2013-04-30 22:55:59 -06:00
java Merge remote-tracking branch 'origin/master' 2013-04-30 23:08:18 -06:00
sun code rearrangment to improve state of Android libcore tests 2013-04-23 13:47:15 -06:00
java-io.cpp Use native windows APIs for File.exists() 2013-05-31 11:17:21 -06:00
java-lang.cpp Remove empty lines 2013-02-07 11:39:24 +02:00
java-net.cpp add support for QNX on x86_32 2012-07-17 18:21:17 -06:00
java-nio.cpp set SO_NOSIGPIPE socket option when available 2013-03-18 11:43:00 -06:00
java-util-zip.cpp move headers from src to src/avian 2013-02-27 13:33:29 -07:00
java-util.cpp update copyright years 2012-05-11 17:43:27 -06:00
jni-util.h move runtime-array to include 2013-02-19 22:56:05 -07:00