如何使 zip 等文件在 PowerShell 中显示为文件夹?
如何使 zip 等文件在 powershell 中显示为文件夹? PowerShell 是否有类似于驱动器提供程序的文件夹(项目)提供程序概念?可以在不实施驱动器提供程序的情况下完成此操作吗?
初步搜索发现了一些有用的信息,但是从表面上看,我似乎还需要实施整个shebang。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
John-Daniel Trask 有一篇关于编写 PowerShell Zip 提供程序 及其源代码。
John-Daniel Trask has a blog article about writing a PowerShell Zip provider with source code.