Drexler1982
Technical User
Hi
I am busy developing a small app in delphi.net that monitors the filesystem using the System.IO namespace.
You can add file extensions to be monitored when new files is created. If the file extension matches one of the specified extensions the file copied is automatically deleted.
It works fine when I copy a couple of files. All the files is deleted but when I copy a large amount of files then some of them is not deleted.
Any help will be appreciated
I am busy developing a small app in delphi.net that monitors the filesystem using the System.IO namespace.
You can add file extensions to be monitored when new files is created. If the file extension matches one of the specified extensions the file copied is automatically deleted.
It works fine when I copy a couple of files. All the files is deleted but when I copy a large amount of files then some of them is not deleted.
Any help will be appreciated