Hi everyone
I have a program that will log the events and actions from end-user. For specific reason, the log file will be kept open at all time and should not be allowed to copy, delete or rename. Using CreateFile() with restriction on READ and WRITE, I was able to accomplish the prevention of delete and copy. However, while the file is in use, I still can use File Explorer or ActiveSync to rename the file
Any info on this issue is greatly aprreciated
TI
JS