This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problem with database engine on cygwin


On Tue, Apr 08, 2003 at 07:28:21PM -0400, Igor Pechtchanski wrote:
>Larry,
>
>It may be more complicated than that.  unlink() calls DeleteFile(), and
>who knows what happens in the guts of it.  For instance, I'm having a
>permission problem with deleting files on a Samba share from inside of
>applications (but no problems deleting them from the shell).  I've traced
>it as far as the DeleteFile() call, which fails in the former case and
>succeeds in the latter.  Go figure...

The latest version of cygwin should try to delete files via CreatFile before
resorting to DeleteFile.  Does CreateFile fail also?

cgf

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]