|
The reasons are as follows:
Created-Submit this event when a new file is created in the monitored directory. If you plan to use this event to move the newly created event, you must write some error handling code in the event handler, which can handle the current file being used by other processes. The reason for this is that the Created event may be submitted before the file creation process releases the file. If you do not have the code to handle this situation correctly, an exception may occur. |
|