Hi All,
We are developing a file system filter driver on Windows 2000, in which we
want to avoid creation of files on CDs by applications depending on the
contents of the file. How can I do it.
My observations are:
- If it is a write once CD we can not delete the file once it is written.
- so we have to catch write request of any file and check if it is for CD
or not, but here we can not know what the contents of the file will be. - If we allow create request then a empty file will be creaed which can not
be deleted.
So is there any better ways to deal the problem.
Any information is helpful.
Thanks,
Kedar.