Does anybody know how to write extended file attributes to a file. Borland uses these for things such as 'Product Name' 'File Version' etc. Builder does not seem to have any functions to do this.
Using Windows API I have worked out how to read them using:
GetFileVersionInfoSize
GetFileVersionInfo
VerQueryValue
But I cannot find any examples that show how to write values
Thanks for any help.