What is the Python equivalent of Perl's FindBin?

Posted by eugene y on Stack Overflow See other posts from Stack Overflow or by eugene y
Published on 2010-03-29T18:57:09Z Indexed on 2010/03/29 19:03 UTC
Read the original article Hit count: 334

Filed under:
|
|

In perl, the FindBin module is used to locate directory of original script. What's the best way to get this directory in python?

© Stack Overflow or respective owner

Related posts about perl

Related posts about python