Once AD has given you the path name, you can use the win32com.shell
module to manage the shortcuts. Check out
the pywin32 help file - the main page has a link to "win32com.shell and Windows Shell Links" with some info - also look
in the win32comext\shell directory for tests and
samples.
Mark
-----Original Message-----Hi all,
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Marc Dubrowski
Sent: Monday, 23 October 2006 7:35 PM
To: [email protected]
Subject: [python-win32] Symbolic links/junctions in windows
In the context of maintaining groups in active directory, I would like to create links to the group directories in the home drives of the users.
Is there a way to create such links/junctions with python ? Where could I find some documentation?
Thanks in advance
--
Marc Dubrowski
_______________________________________________ Python-win32 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-win32
