shell 获取 文件详细信息
摘要:
首先引用COM组件 Microsoft Shell Controls And Automation 这里需要注意 DLL的属性Embed Interop Type 设为False 否则会引起互操作类型异常 代码如下 ShellClass sh = new ShellClass(); Folder d 阅读全文
posted @ 2020-03-04 15:43 刘顺利 阅读(903) 评论(0) 推荐(0) 编辑