Hi. I'm using WM6 SDK, writing my program in VB.NET.

This time I need to do something on file operation. Namely, deletion on files. However, this project require me to delete file upon its creation.

One method I thought of and wrote is to get a list of files and folders and place them in a ignorelist, then use a timer to constantly delete files that are not in the list. This method was rejected.

Is there a way to do this without the use of timer?