Python學習筆記(5):os.path模塊

簡介 os.path模塊提供了一系列與文件路徑和文件名有關的函數。接下來和你們分享一些比較經常使用的函數。web abspath os.path.abspath(path)函數返回指定路徑的絕對標準路徑。 例如:bash a = os.path.abspath('test.txt') print a b = os.path.abspath('.') print b 上面一段代碼的打印結果是:svg
相關文章
相關標籤/搜索