I know how to retrieve the extended headers for a file using
objFolder.GetDetailsOf(strFileName, I)
Where I varies from 0 to 34 depending which header you want.
So one can retrieve such items as:-
Date modified
Attributes
Owner
File description
etc.
Is it possible to update this data using VBA? For example change the title of an mp3 file from a spreadsheet?
I have done quite a bit of research and found nothing so i fear not. But thought I would ask anyway.
objFolder.GetDetailsOf(strFileName, I)
Where I varies from 0 to 34 depending which header you want.
So one can retrieve such items as:-
Date modified
Attributes
Owner
File description
etc.
Is it possible to update this data using VBA? For example change the title of an mp3 file from a spreadsheet?
I have done quite a bit of research and found nothing so i fear not. But thought I would ask anyway.