Mac / iPhone App Development
Home of a Small Time Developer
  1. iPhone File System Monitor

    I require simple for system monitoring for a new (undisclosed) iphone project. It doesn’t appear that there is any equivilant to ionotify for the iphone, so I whipped up this polling file system monitor which meets my basic requirements. If you find this code useful feel free to use / distribute etc.

    #include "FileSystemMonitor.h"
     
    //Setup the monitor
    FileSystemMonitor [...]