Polling a folder

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

    #1

    Polling a folder

    I would like to kick off a VB.net program when a specific filename is
    dropped into a specific folder. How might I best accomplish this ?

    Thanks,
    Rob


  • Kerry Moorman

    #2
    RE: Polling a folder

    Rob,

    Take a look at the FileSystemWatch er class.

    Kerry Moorman


    "Rob" wrote:
    [color=blue]
    > I would like to kick off a VB.net program when a specific filename is
    > dropped into a specific folder. How might I best accomplish this ?
    >
    > Thanks,
    > Rob
    >
    >
    >[/color]

    Comment

    • Rob

      #3
      Re: Polling a folder

      Kerry,

      Thanks for pointing me in the right direction !

      "Kerry Moorman" <KerryMoorman@d iscussions.micr osoft.com> wrote in message
      news:BA73CCA3-03DA-4E89-B9AB-A9C963664DB4@mi crosoft.com...[color=blue]
      > Rob,
      >
      > Take a look at the FileSystemWatch er class.
      >
      > Kerry Moorman
      >
      >
      > "Rob" wrote:
      >[color=green]
      >> I would like to kick off a VB.net program when a specific filename is
      >> dropped into a specific folder. How might I best accomplish this ?
      >>
      >> Thanks,
      >> Rob
      >>
      >>
      >>[/color][/color]


      Comment

      Working...