28.0 File System Event Functions

The file system event interfaces allow you to monitor file system events. You must register separately for each event you want to monitor, such as creates, deletes, and opens. You must also register for each volume type. For example to monitor all file opens on a server that has traditional and NSS volumes, you must register to monitor opens on NSS volumes with the fs_register function and on traditional volumes with the fst_register function.