PowerShell / SHiPS

Simple Hierarchy in PowerShell - developing PowerShell provider got so much easier
MIT License
188 stars 32 forks source link

[Question] Is there an example if supporting `Copy-Item`? #68

Open dfinke opened 6 years ago

dfinke commented 6 years ago

I'm trying to do a copy-item from within my SHiPS provider. Do you have an example of how to code that up?

jianyunt commented 6 years ago

@dfinke Currently only Get-Item and Get-Childitem are supported.