I'm trying to understand what goes wrong with the below... Bassicaly I List a series of files in an excel sheet and I'm also looking to add the tags for each file. This is not a problem for office file as I'm using the ".BuiltinDocumentProperties("Keywords").Value".
However when it comes to Pdf files I thought that it would be straight forward to use the ".GetDetailsof()" in order to get access to the extended properties.
Well... for some reason I get the below,
sValue = oDir.GetDetailsOf(oDir.Items, 18)
'Returns the "Date Modified"
While when I use the
sValue = objFile.DateLastModified
'Returns the actual Value e.g. 09/11/2012 07:01:48
Any comments or suggestions will be much appreciated.
P.S.1 I have already read the Link related to extended file attributes. I hope that I din't miss anything.
P.S.2 To be able to add values to a pdf file I use the File Meta Data