I have searched and cannot find a way of doing this. I need to list the folders and count the subfolders within that folder, but stop there. I don't want to count the sub-folders sub-folder.
An output like this would be great
[TABLE="width: 168"]
<tbody>[TR]
[TD]Folder[/TD]
[TD]Sub Count[/TD]
[/TR]
[TR]
[TD]2018[/TD]
[TD]52[/TD]
[/TR]
[TR]
[TD]2017[/TD]
[TD]1005[/TD]
[/TR]
[TR]
[TD]2016[/TD]
[TD]1235[/TD]
[/TR]
[TR]
[TD]2015[/TD]
[TD]1450[/TD]
[/TR]
[TR]
[TD]2014[/TD]
[TD]900[/TD]
[/TR]
</tbody>[/TABLE]
Thanks in advance for any help
An output like this would be great
[TABLE="width: 168"]
<tbody>[TR]
[TD]Folder[/TD]
[TD]Sub Count[/TD]
[/TR]
[TR]
[TD]2018[/TD]
[TD]52[/TD]
[/TR]
[TR]
[TD]2017[/TD]
[TD]1005[/TD]
[/TR]
[TR]
[TD]2016[/TD]
[TD]1235[/TD]
[/TR]
[TR]
[TD]2015[/TD]
[TD]1450[/TD]
[/TR]
[TR]
[TD]2014[/TD]
[TD]900[/TD]
[/TR]
</tbody>[/TABLE]
Thanks in advance for any help
Last edited: