Message9503

Author zyasoft
Recipients crankycoder, fwierzbicki, zyasoft
Date 2015-02-08.06:15:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423376130.69.0.270440253321.issue1414@psf.upfronthosting.co.za>
In-reply-to
Content
os.path.exists relies on os.stat, which in turn now uses Java's support for Files.readAttributes(absolutePath, DosFileAttributes.class) on Windows.

I'm inclined to think this method in Java has been been well tested with UNC paths, but we should get independent verification. Or I can figure out how to create a UNC share :)
History
Date User Action Args
2015-02-08 06:15:30zyasoftsetmessageid: <1423376130.69.0.270440253321.issue1414@psf.upfronthosting.co.za>
2015-02-08 06:15:30zyasoftsetrecipients: + zyasoft, fwierzbicki, crankycoder
2015-02-08 06:15:30zyasoftlinkissue1414 messages
2015-02-08 06:15:30zyasoftcreate