想要取得該程式 的 實際路徑位置
可以使用 os.path.abspath(__file__) 來獲取 路徑位置的資訊。
import os
dirname, filename = os.path.split(os.path.abspath(__file__))
cf.
python - Find current directory and file's directory - Stack Overflow
http://stackoverflow.com/questions/5137497/find-current-directory-and-files-directory
沒有留言:
張貼留言