.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
Post a Comment