Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Filesystemwatcher on create event

Status
Not open for further replies.

Drexler1982

Technical User
Jan 8, 2007
5
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top