よく忘れて調べ直すのでメモ.
path.py
import os
print os.path.abspath(os.path.dirname(__file__))
Go to list of users who liked
More than 5 years have passed since last update.
よく忘れて調べ直すのでメモ.
import os
print os.path.abspath(os.path.dirname(__file__))
Register as a new user and use Qiita more conveniently
Go to list of users who liked