On Jul 3, 9:40 am, Benjamin <[EMAIL PROTECTED]> wrote: > How does one get the path to the file currently executing (not the > cwd). Thank you
os.path.dirname(sys.argv[0]) -- http://mail.python.org/mailman/listinfo/python-list
On Jul 3, 9:40 am, Benjamin <[EMAIL PROTECTED]> wrote: > How does one get the path to the file currently executing (not the > cwd). Thank you
os.path.dirname(sys.argv[0]) -- http://mail.python.org/mailman/listinfo/python-list