07-18-2024 12:13 PM
If "list file" outputs an alphabetically sorted array, is there a convenient function to list the directory of files by creation date?
07-18-2024 12:55 PM
Hey, you will have to write this function.
the way of getting the creation date of file is that:
good luck.
07-18-2024 03:23 PM
I think that "List Folder" doesn't do any sorting. It just returns the files in whatever order it gets them from the OS. You shouldn't make any assumptions about what that order is.
07-18-2024 03:34 PM
Well I might've got off on a tangent and didn't really realize that yes the OS that does that sorting.. Thank you
07-19-2024 10:50 AM - edited 07-19-2024 10:51 AM
Of course you can sort by any other feature or filename part. Here's how you would sort based on last modification date.
07-19-2024 12:48 PM
Well I think that's become the most useful solution out of the three so thank you everyone I'm up and running
07-19-2024 01:26 PM
Did’nt you ask for creation date?
07-19-2024 01:34 PM
@maxnoder1995 wrote:
Did’nt you ask for creation date?
My code was a generalized example and, as I said, the sorting can be done on any file feature as long as you can get it from somewhere. 😄
07-19-2024 01:34 PM
Yes shortly after I sent that I realized maybe I didn't quite ask what I was looking for exactly but what you folks have sent back to me I've made work with