ENTRY_MODIFY

Alan Bateman Alan.Bateman at oracle.com
Wed Jul 11 02:07:04 PDT 2012


On 09/07/2012 21:57, Michael Hall wrote:
> Would this mean?
> write/append i/o
> maybe attributes changed
> implementation defined
>
It means the file content but the means by which this is detected is 
very implementation specific. For example one could poll the file 
modification time to detect that something has changed or you could get 
events from the platform to indicate that it has changed. A change to a 
file attribute may also trigger an ENTRY_MODIFY event, again this is 
implementation specific.

-Alan


More information about the nio-dev mailing list