Jump to content

Recommended Posts

Posted (edited)

If anyone can help me to mention the list of folders in a path according to todays date only

meaning that i have a big directory containing a lot of foders and everyday added new 7 folders

so i need the name of those folders according to the craetion date of a given date

i already searched all items but i did not find list name of all folders according to creation date 

thanks in advance

Edited by Sam2022
Posted (edited)

How I would do it:

  • Run _FileListToArrayRec or _FileListToArray to get a list of directories in an array
  • For each listed directory in this array grab the creation date (function FileGetTime)
  • write everything to a new array
  • sort this array by creation date
Edited by water
Typo

My UDFs and Tutorials:

  Reveal hidden contents

 

Posted
  On 9/15/2021 at 9:43 AM, water said:

How I would do it:

  • Run _FileListToArrayRec or _FileListToArray to get a list of directories in an array
  • For each listed directory in this array grab the creation date (function FileGetTime)
  • write everything to a new array
  • sort this array by creating date
Expand  

Thanks a lot 

Posted

:)

My UDFs and Tutorials:

  Reveal hidden contents

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...