Ok, this is might be a bit hard to understand at first so if you don’t just read it again.
What I want to do is the following:
Make a webpage that will search YOUR computer for a file named, lets say, “version03-10-04.txt”. When it finds the file it will check with the server if it is the most recent version. If it is it won’t do anything, if it isn’t it will download an update to the directory that file is in and will create a new “version03-16-04.txt”.
Is this possible?
Thanks in advance.