View Single Post
Old Jan 13th, 2006, 12:59 PM   #7
Cerulean
Professional Programmer
 
Cerulean's Avatar
 
Join Date: Apr 2005
Location: London, England
Posts: 459
Rep Power: 4 Cerulean is on a distinguished road
Google for 'Python path module' if you're gonna do a lot of path related manipulation - you may find it to your liking. The module provides a nicer object orientated abstraction around the default functions - it makes for nicer code and is a single file so it can be easily included in your project.
Cerulean is offline   Reply With Quote