List sub-folders at a certain level, with modified dates
Fresh3 days ago
Mar 15, 20264390 viewsConfidence Score0%
0%
Problem
Challenge for you guys, here: I need some method (preferably built-in, but F/OSS third-party apps may also be considered) to generate a list of sub-folders, at a certain level, along with (or, better, filtered by) their "modified date". Please note, that I need a list of folders only - the output s…
Error Output
C:
\---Reports
+----Task1
| \----Report1
| +----CSV
| +----HTML
| \----XML
+----Task2
| +--…Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: List sub-folders at a certain level, with modified dates
Low Risk
Powershell: Breaking it down a bit: (aka ) does what it sounds like, treats the supplied file system path as an object and pulls the child items (files or folders) from it. That gets piped to the statement, which has a single filter function as it's…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix