[python-win32] Open files, round 2

Aahz aahz at pythoncraft.com
Wed Nov 25 22:51:34 CET 2009


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 (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

The best way to get information on Usenet is not to ask a question, but
to post the wrong information.  


More information about the python-win32 mailing list