I have code that renames a file and then immediately attempts to open it.
On Windows XP this sometimes (but rarely) throws a FileNotFoundException.
The return value from renameTo is true.
Is this a known issue? Perhaps there can be a delay in the filesystem after a rename succeeds before the file actually appears?
Thanks