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


_______________________________________________
Python-win32 mailing list
Python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to