[python-win32] Question on parsing Reparse Points

Philip Bloom pbloom at crystald.com
Mon Mar 23 18:45:43 CET 2009


Thanks very much for that.  That was pretty much old win32 black magic
to me and it totally solved my trouble. :)

-----Original Message-----
From: python-win32-bounces+pbloom=crystald.com at python.org
[mailto:python-win32-bounces+pbloom=crystald.com at python.org] On Behalf
Of Roger Upole
Sent: Friday, March 20, 2009 3:50 AM
To: python-win32 at python.org
Subject: [python-win32] Re: Question on parsing Reparse Points

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

       Roger



______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
______________________________________________________________________

______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
______________________________________________________________________


More information about the python-win32 mailing list