Add more attribute files to summary

  • Thread starter Thread starter Filipe Marcelino
  • Start date Start date
F

Filipe Marcelino

Hi,

I would like to know if it's possible to add extra attributes to the
summary of files. What I really want to do is to add the field 'Created
IP' to a file, like when I see the properties of a file, in the tab
'Summary', I would like to see and change that field (Created IP).

Is this possible? If possible, this change will be made only to the
file that I manipulated. It's possible to do this at SO level?

Thanks in advance.
Regards,
Filipe Marcelino
 
I would like to know if it's possible to add extra attributes to the
summary of files. What I really want to do is to add the field 'Created
IP' to a file, like when I see the properties of a file, in the tab
'Summary', I would like to see and change that field (Created IP).

Is this possible? If possible, this change will be made only to the
file that I manipulated. It's possible to do this at SO level?

I don't think there is any way to ADD File Attributes, but you could use the
Keywords or Comments attributes to insert a value like this:

CreateIP=LocalHost;EditIP=SomeOtherHost;DeleteIP=ThatOtherHost;

Then you could have one or two simple parsing functions that encapsulate the
details of getting the values out of it.

--
Peace & happy computing,

Mike Labosh, MCSD

"When you kill a man, you're a murderer.
Kill many, and you're a conquerer.
Kill them all and you're a god." -- Dave Mustane
 
Hi,

are you sure it's any other way to do this? Some programs of image
manipulation add's some properties to the images, pfd's has special
properties...

Regards,
Filipe Marcelino
 
Back
Top