How to zip etc. Are files displayed as folders in PowerShell?

How can I do zip etc. files show up as folders in powershell? PowerShell has the concept of folder (item) providers similar to driver providers? Can I do this without implementing a disk provider?

A preliminary search shows some useful information , but from the looks of it I still need to implement the entire shebang.

+2


source to share


1 answer


John-Daniel Trask has an article on writing a Zip PowerShell Provider with source code.



+3


source







All Articles