On Sep 21, 2009, at 11:51 AM, Jim Jagielski wrote:
On Sep 21, 2009, at 11:34 AM, [email protected] wrote:+ private static final String [] try_envs = { + "TMP", + "TEMP", + "TMPDIR", + "TEMPDIR" + };Not sure about that ordering, unless we want to favor Windows. For Unix the canonical envvar is TMPDIR, so it should likely be checked 1st (and this the 1st element), and then go down the others... Of course, we could even get more sophisticated and have 2; one for Windows and another for non-Windows, so the ordering makes more sense depending on the platform ;) OK if I fold something like that in?
Didn't hear back, so I'll be conservative and not do so... --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
