I am tracking a folder using FileSystemWatcher. If I upload a file there, how do I get the name of this downloaded file? For example, if I downloaded a file called TextFile.txt, how would I return it as a string? I assume this will work for all four triggers (changed, created, deleted, renamed)? I have IncludeSubdirectories set to true, so it should do this.
source share