> The former; e.g. 'Mac HD:Users:has:' to '/Users/has' and back.
The issue is that it has to be partially hard coded.... I have not figured out a way to do this completely platform independent... >>> import os >>> mac_path = "Mac HD:Users:has:" >>> PC_path = str(os.sep).join (mac_path.split (":")) >>> print PC_path Mac HD\Users\has\ - Benjamin _______________________________________________ Pythonmac-SIG maillist - Pythonmac-SIG@python.org http://mail.python.org/mailman/listinfo/pythonmac-sig