[python-win32] Re: Question on parsing Reparse Points

Roger Upole rwupole at msn.com
Fri Mar 20 11:50:06 CET 2009


The only way I know of is to call win32file.DeviceIoControl
with FSCTL_GET_REPARSE_POINT, and unpack the
buffer yourself.

       Roger

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: get_reparse_target.py
URL: <http://mail.python.org/pipermail/python-win32/attachments/20090320/01abfa4f/attachment.txt>


More information about the python-win32 mailing list