G
Guest
Hi everybody,
I need some help in a .NET application. I need to get some files'
properties, which cannot be found using the FileInfo class - especially the
file description (which you can find with right click - Properties in Windows
Explorer).
I guess that I have no choice but use dll import, but I don't know which
function to use. I found the GetFileInformationByHandleEx function from
Windows API, but this applies only to Vista and my application will be
installed on other OSs too.
I need some help in a .NET application. I need to get some files'
properties, which cannot be found using the FileInfo class - especially the
file description (which you can find with right click - Properties in Windows
Explorer).
I guess that I have no choice but use dll import, but I don't know which
function to use. I found the GetFileInformationByHandleEx function from
Windows API, but this applies only to Vista and my application will be
installed on other OSs too.