Following on from the “What is Recursion?” post it’s time for a concrete example with PowerShell; a script to calculate the sizes of all sub-folders within a folder. The script (and description) follows.
Following on from the “What is Recursion?” post it’s time for a concrete example with PowerShell; a script to calculate the sizes of all sub-folders within a folder. The script (and description) follows.