A co-worker has a java app that parses .txt files and pulls out info and then creates new .txt files elsewhere on the network. Recently, we got some errors and now there are a few instances where 3 files have the EXACT same name, same case, everything but the modified date is the same.
Here is the craziest part, if you modify info in one file and then open up the other two, they have the change already in it.
I didn't even think this would be possible and it doesn't make any sense to me. He is working on the java code to see why it would even attempt to do this, but wouldn't you think Windows would throw a fit this?
Any ideas?
Here is the craziest part, if you modify info in one file and then open up the other two, they have the change already in it.
I didn't even think this would be possible and it doesn't make any sense to me. He is working on the java code to see why it would even attempt to do this, but wouldn't you think Windows would throw a fit this?
Any ideas?