Starts notification on a file or directory
Source position: amigados.pas line 2218
function StartNotify( |
notify: PNotifyRequest |
):LongBool; |
notify |
|
A filled-in NotifyRequest structure |
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.
|
Ends a notification request |