Does anyone know how to display the current directory using DOS
and/or Python? I already tried os.pardir and os.curdir in Python, but all
they return are
a couple of periods...
[color=blue][color=green][color=darkred]
>>>import os
>>>print os.curdir[/color][/color][/color]
..[color=blue][color=green][color=darkred]
>>>print os.pardir[/color][/color][/color]
...
and/or Python? I already tried os.pardir and os.curdir in Python, but all
they return are
a couple of periods...
[color=blue][color=green][color=darkred]
>>>import os
>>>print os.curdir[/color][/color][/color]
..[color=blue][color=green][color=darkred]
>>>print os.pardir[/color][/color][/color]
...
Comment