过滤文件列表只得到目录2018年9月8日 在 文件和注册表 标签 目录 文件 来自 PowerShell交流中心 › 分类: 文件和注册表 › 过滤文件列表只得到目录 0 赞 踩 谦卑_哆啦B梦 asked 6 年 ago 过滤文件列表只得到目录,我想只得到一个文件夹中的目录文件,这个怎么实现 2 Answers 0 赞 踩 Best Answer Mooser Lee 管理员 answered 6 年 ago dir C:\Windows\ -Directory 0 赞 踩 谦卑_哆啦B梦 answered 6 年 ago dir | Where-Object {$_.Mode -like "d*" } 得到文件属性 使用Where-Object过滤