On Dec 17, 2006, at 11:33 AM, Paul McNett wrote:

> I think that Python handles the pathing smartly. You can use forward
> slashes on all platforms.

        But if you get a Windows file reference from Python, it will be in  
Windows backslash format.

 >>> import os
 >>> os.getcwd()
'C:\\projects\\ide'
 >>>


-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users

Reply via email to