Message8891

Author hjacobs
Recipients duffy151, fwierzbicki, hjacobs, santa4nt, zyasoft
Date 2014-07-26.09:51:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406368279.63.0.120714011236.issue1948@psf.upfronthosting.co.za>
In-reply-to
Content
FYI: the Java API also returns True for "exists":

Jython 2.7b3+ (default:f60284af81dc+, Jul 26 2014, 10:35:36) 
[OpenJDK 64-Bit Server VM (Oracle Corporation)] on java1.7.0_55
Type "help", "copyright", "credits" or "license" for more information.
>>> from java.nio.file import *
>>> p = Paths.get('')
>>> Files.exists(p)
True
>>>
History
Date User Action Args
2014-07-26 09:51:19hjacobssetmessageid: <1406368279.63.0.120714011236.issue1948@psf.upfronthosting.co.za>
2014-07-26 09:51:19hjacobssetrecipients: + hjacobs, fwierzbicki, zyasoft, duffy151, santa4nt
2014-07-26 09:51:19hjacobslinkissue1948 messages
2014-07-26 09:51:19hjacobscreate