「python入門」実行ファイルのディレクトリを取得するサンプル

2018年8月11日

サンプルコード
#! /usr/bin/env python
# coding: UTF-8

import os

print(“function join: " + os.path.join(os.path.abspath(os.path.dirname(__file__)), “demo.py"))

Python

Posted by arkgame