On Tue, Nov 24, 2009, niki wrote: > Aahz wrote: > >>> h = win32file.CreateFile(fname, win32file.GENERIC_READ, 0, None, >>> win32file.OPEN_EXISTING, win32file.FILE_FLAG_NO_BUFFERING, None) > > I used OPEN_FOR_DELETE to do similar test.
Thanks! Made note. -- Aahz ([email protected]) <*> http://www.pythoncraft.com/ The best way to get information on Usenet is not to ask a question, but to post the wrong information. _______________________________________________ python-win32 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-win32
