When I run the following script:
c:\Program Files\foo\bar\scripy.py
c:\Program Files\foo\bar\scripy.py How can I refer to directory 'foo''foo'? Is
Is there a convenient way of using relative paths?
I've done it before with the string module, but there must be a better way (I couldn't find it in os.pathos.path).