Last modification time of folders and subfolders

Hi everyone!

Im trying to create a custom property for detecting the last time a folder or any subfolder was modify on a server.

modification time of folder “D:\BACKUP SISTEMA DE CONTROL”

this brings me the modification time of that particular folder but if I add any file to any subfolder the folder BACKUP SISTEMA DE CONTROL will still have the same modification date.

This one doesn’t work:

last modification time of folder and subfolders “D:\BACKUP SISTEMA DE CONTROL”

There are loads of posts in here that should cover it but this one should help

Yes, but what i need is to include the subfolders

Just so I know I’m on the right thought track here…

You need to have a list of the subfolders of folder x with the modification times of each?

No, just the last modification (the most recent one) of all of the subfolders. Only one date

Try

maxima of modification times of (it; folders of it) of folders "D:\BACKUP SISTEMA DE CONTROL"

2 Likes

Thanks!!! Works perfectt

1 Like