In an attempt to determine if the version of my program is the most recent I would like to display in a string the creation date or date modified of the app itself. I'm using the File Time object and directing it to the current running app by Apppath$+Appname$+".exe". I'm then grabbing the month, day, and year from the File Time object. The problem is inside of MMF2 it works as expected and gives the information but when the app is "built" to an exe and run independently, no data is returned.
Anyone have any ideas?...
Thanks