| View previous topic :: View next topic |
| Author |
Message |
3tones
Joined: 14 Dec 2004 Posts: 45 Location: Minneapolis, MN
|
Posted: Tue Dec 14, 2004 11:35 pm Post subject: A_LoopFileTimeModified on win98 |
|
|
A_LoopFileTimeModified does not work within a loop under windows 98. I had to use
| Code: | | FileGetTime, time, %A_LoopFileFullPath%, M |
and use %time% for my variable. That sure threw me for a loop. It worked fine under w2k where I wrote the script initially, but didn't work when I took it to 98. It may also have something to do with compiling it, because I ran the script on my w2k machine and ran the exe on the win98 machine. I did not try running the uncompiled script on the 98 machine.
Tom
PS... AHK rocks... it's my new favorite scripting language. |
|
| Back to top |
|
 |
Chris Site Admin
Joined: 02 Mar 2004 Posts: 10464
|
Posted: Wed Dec 15, 2004 9:47 pm Post subject: |
|
|
The installer has been updated with a fix for this.
I believe this bug has existed since file-pattern loops were added, which is probably close to a year. You're the first to report it, so thanks. |
|
| Back to top |
|
 |
3tones
Joined: 14 Dec 2004 Posts: 45 Location: Minneapolis, MN
|
Posted: Wed Dec 15, 2004 10:49 pm Post subject: |
|
|
Glad I could help. One of these days I'll have to look at the source and see what AHK is made of.
Tom |
|
| Back to top |
|
 |
jonny
Joined: 13 Nov 2004 Posts: 3005 Location: Minnesota
|
Posted: Wed Dec 15, 2004 10:56 pm Post subject: |
|
|
AHk is made of lollipops and peppermint and rainbows and flower petals. Duh.  |
|
| Back to top |
|
 |
|