Re: Interesting question: timestamping
- Posted by Colin Taylor <cetaylor at COMPUSERVE.COM> Apr 16, 1999
- 462 views
Message text written by Roderick Jackson: >Is it possible in Euphoria to timestamp a file in such a way that you ca= n verify that the user is accessing the original file and not a copy?< If you copy a file, the copied file should have the same date and time as= the original file. But, if you modify a file, the time and date will change. Why don't you set the date/time of the file to a predetermined value. Th= at way you will be sure of a match, and you can do tricks such as setting th= e time equal to the version number of the file. Colin Taylor