I'm using Access/VBA to traverse a file directory and produce a table of contents, including the keywords in the files' extended properties.
I've been able to successfully do this using the getDetailsOf method of the shell.namespace .folder object. However, I've noticed that for files with lengthy keyword strings, only a part of the keyword value is returned--not the entire thing.
Does anyone know if there is a limit to the size of the value that can be returned by this method?
Thanks.
I've been able to successfully do this using the getDetailsOf method of the shell.namespace .folder object. However, I've noticed that for files with lengthy keyword strings, only a part of the keyword value is returned--not the entire thing.
Does anyone know if there is a limit to the size of the value that can be returned by this method?
Thanks.
Comment