Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I was told that their was a why to detect if a file or folder changes. Does anyone know about this?

 

If it exist I need to know if the app must be running to detect the change? It will be watching a file and folder that my only change once a week.

 

:confused:

  • Leaders
Posted
Yes... your program must be running on order to detect that a file has changed using the FileSystemWatcher class. If you need to detect if the file changed between instances of your app, you could concievably copy the file when the app is run and next time it is run, compare the copied file to the origional.
[sIGPIC]e[/sIGPIC]

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...