I'm working on a program which needs save some temporary data in current directory. Next time, when users launch the program, it will load the data. However, users may manually change the data file. What we want is that if users manually changed the data file, we can detect that in our program. How to do it? Any suggestion is appreciated. Thanks