| [Overview][Constants][Types][Procedures and functions][Index] | 
Initialize a new inotify file descriptor with extra options.
Source position: linux.pp line 439
function inotify_init1(  | 
flags: cint  | 
):cint;  | 
inotify_init1 initializes a new INotify file descriptor. The following options can be OR-ed and passed in flags:
On Error, -1 is returned. fpgeterrno can be used to get more detailed error information.
  | 
Initialize a new inotify file descriptor  | 
|
  | 
Add a watch to a notify file descriptor  | 
|
  | 
Remove watch from Inotify file descriptor.  |