1.从系统Window/System32文件夹中Copy出 Shell32.dll Com组件 将Shell32.dll文件引用到项目中,并设置“嵌入互操作类型”为false http://blog.csdn.net/u011127019/article/details/52166033 2.代码实例: ShellClass sh = new ShellClass();Folder dir = sh.NameSpace(Path.GetDirectoryName(filename));Folde…
<?php /** * @Author: TonyLevid * @Copyright: TonyLevid.com * @Name: Image Exif Class * @Version: 0.0.1 * 欢迎各位测试,如有BUG,请到网站留言 * I'm pleased if you are willing to test my Image Exif class,if bug exists,you can leave a message. **/ //error_reporting(0);…