Hi , Is there any python function to know the path of the python program under execution.? If someone executes a program , he should come to know the path of the program..!! ex. suppose a user ABC is running prog.py which is in ~ directory, the user currently is in XYZ directory. [ a...@localhost XYZ ]$ python ~/prog.py The program's location is ~/prog.py
This should be the outcome of the program. I tried with os.getcwd() os.getcwd() will return /path/to/folder/XYZ. Any suggestions? Thanks, Nikunj Badjatya Bangalore, India
_______________________________________________ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor