I am unable to identify the latest subfolder's date from the a folder which has many subfolders under it.
/abc/data_files/ - Main folder path
it has subfolders namely :
df_jun_2021
df_jul_2021
df_Aug_2021
Here I need to dynamically pull the date updated/ created of the df_Aug_2021 subfolder.
Everything a new subfolder gets created in the main folder /abc/data_files/
Any solution is much appreciated.