I've discovered something about it that's slightly more specific: I was doing all my
testing on NT from the C:\TEMP directory, which happens to be the default place that the 'createTempFile()' method creates its files.
Running the noddy from there always returns 'false' for the rename, but I've just discovered that if I change my current working directory to any other directory and execute it there, it returns 'true'... my guess is that it is possibly something to do with the pathname mixing '.' up with the absolute pathname?
I'm using 1.2.2-W on NT (that must be the 'whatever' release)
