Thread: file handling

  1. #1
    Registered User
    Join Date
    Jul 2010
    Posts
    32

    file handling

    Hello there,
    i wish to have an event handler, so that every time a file i am monitoring is updated, the handler is invoked as opposed to just polling every so often to see if the file has been updated, is this possible?
    br

  2. #2
    Registered User
    Join Date
    Dec 2007
    Posts
    2,675
    Operating system dependent. Could be a FileSystemWatcher, or FAM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Memory Leak in AppWizard-Generated Code
    By jrohde in forum Windows Programming
    Replies: 4
    Last Post: 05-19-2010, 04:24 PM
  2. Can you help me about tolower() in file
    By nctar in forum C Programming
    Replies: 7
    Last Post: 05-12-2010, 10:04 AM
  3. Creating File Handling Functions
    By td4nos in forum C Programming
    Replies: 6
    Last Post: 06-26-2009, 11:43 AM
  4. gcc link external library
    By spank in forum C Programming
    Replies: 6
    Last Post: 08-08-2007, 03:44 PM
  5. Need a suggestion on a school project..
    By Screwz Luse in forum C Programming
    Replies: 5
    Last Post: 11-27-2001, 02:58 AM