Dear All, I want to get the absolute path of the Directory I pass explicitly. Like
functionName("\abcd").
I should pass the name of the directory and the function should search for
it in the Hard drives and return me the full path of location on the drive.
I tried using os.path, but didn't succeed.
I am using python 2.5 on windows platform.
It will be very kind of you if you can guide me on this.
With Warm Regards,
-- http://mail.python.org/mailman/listinfo/python-list
