In Windows, is there a way to update automatically (or with a simple script) the date of a folder with the latest modified date of any of its files (recursive)?
|
feedback
|
|
You can do this in PowerShell. Something like this to update the current folder based on files it directly contains:
(This will fail if there are no files in the folder or if the user does not have suitable permissions.) EDIT: Ensure only one file (the last) is found so sort pipeline has a singular result. | |||||||
feedback
|
|
You can use Bulk File Changer.
| |||||
feedback
|
