Interop.Shell32 1.2版本支持xp 1.0版本支持win7 string dirName = System.IO.Path.GetDirectoryName(FileName); string SongName = System.IO.Path.GetFileName(FileName);//获得歌曲名称 ShellClass sh = new ShellClass(); Folder dir = sh.NameSpace(dirName); FolderItem item = dir.ParseName(SongName); string win7Time = dir.GetDetailsOf(item, 27); //win7 win10 string xpTime = dir.GetDetailsOf(item, 21); //xp
2023-02-02 10:23:06 14KB Shell32
1
nterop.Shell32.dll vs自带的是1.0 会导致一些错误,这个是1.2的
2021-10-12 23:19:07 15KB Interop.Shel
1
Widows 文件信息获取API Win10 x86 x64 Win7 x86 x64 实测可用
2021-05-28 09:00:56 12KB Shell32 文件信息获取
1
Interop.Shell32.dll vs自带的是1.0 会导致一些错误,这个是1.2的 Interop Shell32 dll c# interop.shell32.dll
2021-02-03 11:08:22 15KB InteropShell32 dll c# interop.shell32.
1
Interop.Shell32.dll vs自带的是1.0 会导致一些错误,这个是1.2的
2019-12-21 21:28:23 52KB Interop Shell32 dll c#
1