How can I make zip etc. files appear as folders in powershell? Does PowerShell have a concept of folder (item) providers akin to drive providers? Can this be done without implementing a drive provider?

Preliminary search turns up some useful information but from the looks of it, it appears that I still need to implement the whole shebang.

link|improve this question

feedback

1 Answer

John-Daniel Trask has a blog article about writing a PowerShell Zip provider with source code.

link|improve this answer
From the blog "that will enable you to mount a zip file as a drive and then navigate through it." What I want is the ability to 'cd' into zip files present in various folders on the disk without mounting them as drives. You can do something similar with windows explorer (since WinXP). This will make the zip files appear as ordinary folders in the file system. But thanks anyways for the link I found another link the comments section (blogs.msdn.com/powershell/archive/2007/06/21/…;) which points to more relevant information. – SDX2000 Sep 1 '09 at 13:25
That involves mounting the database as a drive. ;) – JasonMArcher Aug 10 '11 at 2:35
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.