[python-win32] Symbolic links/junctions in windows

Mark Hammond mhammond at skippinet.com.au
Mon Oct 23 12:10:53 CEST 2006


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-----
  From: python-win32-bounces at python.org [mailto:python-win32-bounces at python.org]On Behalf Of Marc Dubrowski
  Sent: Monday, 23 October 2006 7:35 PM
  To: python-win32 at python.org
  Subject: [python-win32] Symbolic links/junctions in windows


  Hi all,

  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 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/python-win32/attachments/20061023/2ae8a69c/attachment.html 


More information about the Python-win32 mailing list