Using the following code gives me the ability to change a files modified date to the current time:
SetAttr MODIFIED=now
Select NEXT
Rename INLINE=home
When I click on the button the date does not always update. I get some rather strange results. First couple of files might successfully have the date change. The 3rd or 4th file might not get a date change. It's almost like the screen needs to be refreshed but that doesn't seem to be the problem.
I can consistently click the button and have it work every time, only the first file updated. When I use a "HotKey" it will almost always work on first filename I click. But the second, third and so for most always will fail. And because of the volume of work I've very dependent on the "HotKey". I have even tried a different key sequence with no luck.
Bob