I have the functions to read properties of the files. Like no matter what the file extension (.doc, .xls, .tiff,.giff, .pdf.etc.) is it tells what type of the file is, such as Microsft Word, Microsoft Excel, Powerpoint, Adobe Acrobat, Jpeg file, and so on.
but it only works for excel and word
I found those the functions on microsoft.com
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/stg/stg/enumall_sample.asp
and the other link is
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnolegen/html/msdn_propset.asp
how can i tell this given file name ( with path) is Adobe Acrobat file, or Jpeg file, or Tiff file or Word file, or Access file etc?
thank you
thank you
but it only works for excel and word
I found those the functions on microsoft.com
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/stg/stg/enumall_sample.asp
and the other link is
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnolegen/html/msdn_propset.asp
how can i tell this given file name ( with path) is Adobe Acrobat file, or Jpeg file, or Tiff file or Word file, or Access file etc?
thank you
thank you