I have browsed around but cannot find any information on what I am seeking, if there is another post that already goes over this then I apologize.
I am seeking help
You should set
watcher.Path = @"C:\junk";
and delete watcher.Filter line if event should fire for all files
watcher.Filter
Using Filter property you can set wildcards for matching files, for example *.txt
*.txt