|
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.
|