Message2723

Author cgroves
Recipients
Date 2007-05-20.05:51:37
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This doesn't work for me on Windows if 'foo'(or some case variant thereof) doesn't already exist.  That makes sense to me since without a real path to base its calculations on, how is Java going to normalize to the existing case for a given filename?  We could get around this by calling java.io.File.createTempFile and doing our path calculations based on that.   Of course, then we'd have to handle not being able to create temp files at all.
History
Date User Action Args
2008-02-20 17:18:43adminlinkissue1718975 messages
2008-02-20 17:18:43admincreate