setup.exe and inuse files for X

Robert Collins robert.collins@itdomain.com.au
Thu May 16 01:59:00 GMT 2002


Does this work on FAT too?

Rob

> -----Original Message-----
> From: Pavel Tsekov [mailto:ptsekov@syntrex.com] 
> Sent: Thursday, May 16, 2002 6:33 PM

Ok here is how to fix this issues I've just tried it on my XP Home and
it worked fine.

    HANDLE h = CreateFile("test.c",
                          DELETE,
                          0, // We want it all :)
                          NULL,
                          OPEN_EXISTING,
                          FILE_ATTRIBUTE_READONLY /*to be compatible*/
                          | FILE_FLAG_DELETE_ON_CLOSE, NULL);
    CloseHandle (h);



More information about the Cygwin-xfree mailing list