]]>
]]>
Modified
special file
Modified
an entity has been modified
[file] Modified(in type ID);
DESCRIPTION
The
Modified notice
is sent whenever a tool first modifies a volatile,
non-shared (for example, in-memory) representation of the persistent
state of an entity (such as a file), with the intention of
eventually making that representation persistent.
The
ID argument
is the identity of the modified entity.
When its
type is
File, then the
ID argument is unset (in other words, has a
value of
(char *)0), and it refers to the file or directory
named in the message's file attribute.
APPLICATION USAGE
The
&cdeman.ttdt.file.join;, function can be used to register for,
and help process, the
Modified request.
The
Modified request can be sent with
&cdeman.ttdt.file.event;.
SEE ALSO
&cdeman.ttdt.file.event;. &cdeman.ttdt.file.join;; Reverted notice.