Link to home
Start Free TrialLog in
Avatar of John Porter
John PorterFlag for United States of America

asked on

C# 2008 - Call a method when a new file is copied into a folder

Hello Experts,

I have a C# Program written in C# 2008.

Every so often a user updates a folder with a new file of the same name. I am trying to figure out a way for my program to automatically call a method when the file is updated in the folder mentioned above.

Does anyone know how to do this?

Thanks!
ASKER CERTIFIED SOLUTION
Avatar of Éric Moreau
Éric Moreau
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of John Porter

ASKER

Thanks - this is perfect - checking it out now...