fileSystemWatcher

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • tami1

    fileSystemWatcher

    hi everyone
    does any body know what kind of Changes in Directory(not in a File) does
    the fileSystemWatch er catch ???.
    tami


  • omer maydan

    #2
    Re: fileSystemWatch er

    the fileSystemWatch er has an NotifyFilter property. in it you define
    System.IO.Watch erChangeTypes. select whatever you want from there, before
    setting the enableRaisingEv ents to true.

    --

    Omer Maydan
    MCSE,Security+
    "tami1" <db34@netvision .net.il> wrote in message
    news:chhera$irv $1@news2.netvis ion.net.il...[color=blue]
    > hi everyone
    > does any body know what kind of Changes in Directory(not in a File) does
    > the fileSystemWatch er catch ???.
    > tami
    >
    >[/color]


    Comment

    Working...