[Overview][Constants][Types][Procedures and functions][Index] Reference for unit 'amigados' (#aros)

StartNotify

Starts notification on a file or directory

Declaration

Source position: amigados.pas line 2392

function StartNotify(

  Notify: PNotifyRequest

):LongBool;

Arguments

Notify

  

A filled-in NotifyRequest structure

Description

Posts a notification request. Do not modify the notify structure while it is active. You will be notified when the file or directory changes. For files, you will be notified after the file is closed. Not all filesystems will support this: applications should not require it. In particular, most network filesystems won't support it.

See also

EndNotify

  

Ends a notification request


Documentation generated on: 2017-01-10