Someone named CrazyDave made an important update to the script I made yesterday. I was checking for the specific type System.IO.DirectoryInfo. The problem with this is, it unnecessarily limits my script to being used on files and folders. Get-ChildItem makes no such distinction. It can be used on any PSDrive.
So here is the corrected version: http://poshcode.org/1115 (highlighted line is the old one)
No comments:
Post a Comment