Hi all,
I need to create a process that will list all file names inside a folder and then delete only the last file in this list (ordered by descending name).
I found a snippet online and I think it can be useful.
How can I change the fact that this snippet use the creation time instead of the name sorted by descending?
Thank you in advantage