Hello, 

This is my first post the python win32 programming list, so hello.

I'm trying to figure out a way to tell where a Reparse Point
(<JUNCTION>) is really pointing programmatically.  I can determine
pretty easily a folder is a Junction
(win32api.GetFileAttributes(folder)==1040), but from there, I can't seem
to find a way to tell where that reparse point is reparsing into.  I've
seen C++ code that does it, but it depends on FindFirstFile, which I
don't see in win32api or win32file for python.  

Any ideas?  


______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
______________________________________________________________________
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to