Is it possible to select a folder automaticelly by its creation time?
I've made a batch rendering utility with AutoIT and it works great but its about to have a major overhall and I want to show the current rendering image, 2 months ago this was easy as the image was in a temp folder
but now the rendering software creates a new folder whenever a new session starts and the temp.png is saved inside that folder
the regular path is C:\ProgramData\Thea Render\Temp then inside you have a Session_0000000X folder, if a user doesn't clean out this temp folder they could have any number of folders and the temp.png images
The idea of these sessions is so the user can resume a render and a safeguard against shutdowns (updates, powercuts etc) so I can't simply purge the folder
Also can you check a checkbox via a button, I tried via a message box but couldn't get it to work,
I've made a batch rendering utility with AutoIT and it works great but its about to have a major overhall and I want to show the current rendering image, 2 months ago this was easy as the image was in a temp folder
but now the rendering software creates a new folder whenever a new session starts and the temp.png is saved inside that folder
the regular path is C:\ProgramData\Thea Render\Temp then inside you have a Session_0000000X folder, if a user doesn't clean out this temp folder they could have any number of folders and the temp.png images
The idea of these sessions is so the user can resume a render and a safeguard against shutdowns (updates, powercuts etc) so I can't simply purge the folder
Also can you check a checkbox via a button, I tried via a message box but couldn't get it to work,