Counting Folder Depth with PowerShell
问题 1. Code Description alias how it is intended to work User enters a path to a directory in PowerShell. Code checks if any folder within the declared directory contains no data at all. If so, the path of any empty folder will be shown on the prompt to the user and eventually removed from the system. 2. The Issue alias what I am struggling with The code I just wrote doesn't count the depth of a folder hierarchy as I would expect (the column in the output table is blank). Besides that, the