91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

python如何獲取當前文件路徑以及父文件路徑的方法

發布時間:2021-04-21 09:59:05 來源:億速云 閱讀:497 作者:小新 欄目:開發技術

這篇文章將為大家詳細講解有關python如何獲取當前文件路徑以及父文件路徑的方法,小編覺得挺實用的,因此分享給大家做個參考,希望大家閱讀完這篇文章后可以有所收獲。

python是什么意思

Python是一種跨平臺的、具有解釋性、編譯性、互動性和面向對象的腳本語言,其最初的設計是用于編寫自動化腳本,隨著版本的不斷更新和新功能的添加,常用于用于開發獨立的項目和大型項目。

python如何獲取當前文件路徑以及父文件路徑的方法

#當前文件的路徑
pwd = os.getcwd()
#當前文件的父路徑
father_path=os.path.abspath(os.path.dirname(pwd)+os.path.sep+".")
#當前文件的前兩級目錄
grader_father=os.path.abspath(os.path.dirname(pwd)+os.path.sep+"..")

追加部分代碼實例

def TestPrtPwd(self):
    print("獲取當前文件路徑——" + os.path.realpath(__file__)) # 獲取當前文件路徑
    parent = os.path.dirname(os.path.realpath(__file__))
    print("獲取其父目錄——" + parent) # 從當前文件路徑中獲取目錄
    garder = os.path.dirname(parent)
    print("獲取父目錄的父目錄——" + garder)
    print("獲取文件名" + os.path.basename(os.path.realpath(__file__))) # 獲取文件名
    # 當前文件的路徑
    pwd = os.getcwd()
    print("當前運行文件路徑" + pwd)
    # 當前文件的父路徑
    father_path = os.path.abspath(os.path.dirname(pwd) + os.path.sep + ".")
    print("運行文件父路徑" + father_path)
    # 當前文件的前兩級目錄
    grader_father = os.path.abspath(os.path.dirname(pwd) + os.path.sep + "..")
    print("運行文件父路徑的父路徑" + grader_father)
    return garder

運行結果:

獲取當前文件路徑——D:\SVN\測試\autotest\functionalAutomation\aonr_sxsj\AuditData\common\redConfig.py
獲取其父目錄——D:\SVN\測試\autotest\functionalAutomation\aonr_sxsj\AuditData\common
獲取父目錄的父目錄——D:\SVN\測試\autotest\functionalAutomation\aonr_sxsj\AuditData
獲取文件名redConfig.py
當前運行文件路徑D:\SVN\測試\autotest\functionalAutomation\aonr_sxsj\AuditData\TestSuite\RoleManagement
運行文件父路徑D:\SVN\測試\autotest\functionalAutomation\aonr_sxsj\AuditData\TestSuite
運行文件父路徑的父路徑D:\SVN\測試\autotest\functionalAutomation\aonr_sxsj\AuditData

python如何獲取當前文件路徑以及父文件路徑的方法

關于“python如何獲取當前文件路徑以及父文件路徑的方法”這篇文章就分享到這里了,希望以上內容可以對大家有一定的幫助,使各位可以學到更多知識,如果覺得文章不錯,請把它分享出去讓更多的人看到。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

讷河市| 盐亭县| 和静县| 富阳市| 珲春市| 始兴县| 宁津县| 安新县| 廉江市| 徐水县| 吉安县| 衡南县| 体育| 祁门县| 永德县| 西乌| 伊吾县| 永康市| 凯里市| 青川县| 东莞市| 泰州市| 定兴县| 阿克苏市| 五家渠市| 印江| 黄梅县| 寿宁县| 砀山县| 北川| 阿瓦提县| 富源县| 肇庆市| 灵丘县| 斗六市| 马边| 涞水县| 陵水| 小金县| 特克斯县| 新民市|