I am trying to delete a .dll file in the system directory (c:\windows\system32) using the DeleteFile function which returns 0x80070004 (ISERR_FILE_NOT_FOUND). Needless to say that the file is still there.I tried FindFile function which did not find i...