Andrei B wrote: > I need to get absolute path name of a file that's in the same dir as > the exe, however the Current Working Directory is changed to somthing > else. >
Use sys.path[0] -- http://mail.python.org/mailman/listinfo/python-list
Andrei B wrote: > I need to get absolute path name of a file that's in the same dir as > the exe, however the Current Working Directory is changed to somthing > else. >
Use sys.path[0] -- http://mail.python.org/mailman/listinfo/python-list