"Bob Landau" <BobLandau@xxxxxx> wrote in message
news:8AB72523-4133-4912-AAC5-CA4D2A109F41@xxxxxx
Quote:
> Ok in regards to Get-ChildItem/Copy-Item or any of these other generalized
> cmdlets I'm really not frustrated. I just find them awkward to use for
> "typical" file system maintance.
One of the truly beautiful aspects of PowerShell is that
Get-ChildItem/Copy-Item don't know anything about the Windows filesystem.
They work with any PowerShell provider to get and copy whatever widgets the
provider provides.
I expect to see Get-FileInfo, Copy-File and other filesystem specific
cmdlets in either a furture version of PowerShell or a future release of
PSCX.