[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.python

Re: Possible to open a file for shared write mode under Windows?

python

3/18/2010 5:16:00 AM

Hi Gabriel,

> Using the pywin32 package at sourceforge, you have access to the CreateFile function:
> http://msdn.microsoft.com/en-us/librar...(v=VS.85).aspx
> You want dwShareMode=FILE_SHARE_WRITE

Thanks - that was exactly what I was looking for.

Regards,
Malcolm