| [Overview][Constants][Types][Procedures and functions][Index] | 
Initialize a new inotify file descriptor
Source position: linux.pp line 425
| function inotify_init: cint; | 
inotify_init initializes a new INotify file descriptor. No options can be specified. On return, the file descriptor is returned.
On Error, -1 is returned. fpgeterrno can be used to get more detailed error information
| 
 | Initialize a new inotify file descriptor with extra options. | |
| 
 | Add a watch to a notify file descriptor | |
| 
 | Remove watch from Inotify file descriptor. |