I am not sure that what I ask is possible, but I would like to do the following: When a file is created in a specific folder (Windows), my program should respond. I would like to let Windows call the callback method when creating the file.
Another option is, of course, just use a loop and constantly check if the new file is in the folder, but I would like to know it instantly, so the callback method will be much more efficient.
Is it possible? The language is not important, although Java is preferable.
Bv202 source
share