Search Results

2
votes

Can O.S tell me when a new file is created ?

FileSystemWatcher is the answer - and it works recursively. There's an example here (search for FileSystemWatcher) …