摘要: 采用powershell脚本实现对win10某文件夹下文件和文件夹大小的统计。 效果展示: 代码展示: 1 param([string]$c); 2 Function showFileInfo($file) 3 { 5 if(-not $file.PSIsContainer){ 6 $fileInf 阅读全文
posted @ 2022-02-13 18:07 林语话J 阅读(1996) 评论(0) 推荐(0)