[python-win32] Suggested change to document.py

Roger Upole rwupole at msn.com
Fri Nov 3 12:30:07 CET 2006


Michel Claveau wrote: 
> Hi!
> 
> Hard links (in windows) is great. I use it often.
> 
> Another interesting thing is "junction point" (a few like harlink for 
> directories).
> I work junction-point with linkd.exe & Delrp.exe
> (see also http://support.microsoft.com/Default.aspx?kbid=205524)
> 
> But... where is equivalents functions in pywin32?

You can use win32file.DeviceIoControl with FSCTL_SET_REPARSE_POINT
to create NTFS junctions.

         Roger




More information about the Python-win32 mailing list