file.c:246: Test failed: shouldn't be able to delete a readonly file

Bryan Mayland bmayland at leoninedev.com
Thu Mar 23 12:59:12 CST 2006


Huw D M Davies wrote:
> How are you trying to delete them?  The question is whether the
> DeleteFile() function works as tested - the way to find this is to run
> that test on Windows XP.
>   
    DeleteFile on an read-only file under XP returns false.  
GetLastError returns 5 (Access denied)



More information about the wine-devel mailing list