.net - Existing method/snippet to track files created by Console Application in c# -


i unable find information on (thus no snippet). want console application or maybe background task log activity done file. if renames it, changes directories, makes copy of it, etc. able log data , aggregate it. if point me in right direction, hint or provide snippet appreciate it

check out filesystemwatcher class.

here's example: https://www.codeproject.com/articles/26528/c-application-to-watch-a-file-or-directory-using-f


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -