用Python获取各个分区信息
如何在 Windows 上使用 Python 获取所有分区及其信息(总空间、可用空间等)? 这个示例展示了如何获取可用空间,但您必须了解分区/文件夹...我想获取所有分区的信息(也许除了 CD-ROM)。
How do you get all partitions and their info (total space, free space etc.) with Python on Windows?
Thi example shows how to get free space, but you must know partitions/folders... I would like to get info for all partitions (maybe except CD-ROMs).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看 WMI 模块。 WMI 食谱 中有很多食谱,包括
Check out the WMI module. There are many recipes in the WMI cookbook, including