Search the Community
Showing results for tags 'FileSetTime'.
-
Enabling DST (the summertime and wintertime schedules across the globe) within your time zone might cause an unexpected shift in datetimes by 1 hour when you're trying to set filetimes with FileSetTime or read them with FileGetTime. This behaviour frequently causes bugreports like #3139 at https://w...
-
My phone photos sorted by time and it very disparate. How do I change the time of photographing multiple photos at once? >> https://www.autoitscript.com/forum/topic/179038-change-date-taken-file-property-from-an-image/#comment-1287789
-
no web server atm. so the win7 file properties images I can't show you but they are totally different from the variables I am getting..But then I am just guesstamating the code needed from any and all sources i can find to just get the Minutes difference between 2 files. I can touch the files to ch...
- 5 replies
-
- filesettime
- filegettime
-
(and 2 more)
Tagged with:
-
Using FIleSetTime() to update the Date Modified tag on a copied file. I noticed that while it's updating the Modified time, it also updates the Created time. $sFile = @DesktopDir & "FileSetTime Testtest.txt" $hFile = FileOpen($sFile, 9) FileWrite($hFile, "Test") FileCLose($hFile) FileSetTime($sF...