Can I still say ... Include the version number when creating the text file?
Basically, my process writes the text file I need to check if a newer version is available. My plan was to use FileVersionInfo to determine the current version and the version on the PC. However, I cannot figure out how to write a file to a PC with the version attached to the file.
Any ideas?
source
share