File properties help

  • Thread starter Thread starter Rosenfeld Yonatan
  • Start date Start date
R

Rosenfeld Yonatan

hi ,
i am searching a way to change the summary title , subject or any other
properties,
and i not founding anything in the File class or the FileInfo class.
how can i change this properties.

right click on file -->click on summary tab and modify all the attributes.


please help.


yoni
 
hi ,
i am searching a way to change the summary title , subject or any
other properties,
and i not founding anything in the File class or the FileInfo class.
how can i change this properties.

right click on file -->click on summary tab and modify all the
attributes.


please help.


yoni

AFAIK, this is only supported by the Win32API. Not by .NET because this is
a platform specific feature. To be more precise, this is a NTFS 2000
Feature. NTFS uses additional streams for storing metadata (main stream is
the file itself).

More infos about setting File Information can be found in the Platform SDK
or on the msdn website: http://msdn.microsoft.com/library/en-
us/dnfiles/html/ntfs5.asp

--
------ooo---OOO---ooo------

Peter Koen - www.kema.at
MCAD CAI/RS CASE/RS IAT

------ooo---OOO---ooo------
 
Back
Top