0
A
回答
3
我相信這將是非常簡單的,你
os.path.abspath(os.path.pardir)
或者也可以簡單
os.path.dirname(os.getcwd())
1
我不知道,做它的方法,但我會做這樣的事情:
os.path.abspath(os.path.join(os.getcwd(), os.pardir))
編輯:這樣的作品,但Ixanezis方式可能會更好。
1
那麼,這種方法可能是有用的:
os.path.dirname(os.getcwd())
相關問題
- 1. Python的等價物@
- 2. document.getElementsByClassName的等價物
- 3. iOS等價物onRestart()
- 4. Python等價物repr()?
- 5. VB.NET HashMap等價物
- 6. BufferedImage.getRGB C#等價物?
- 7. Ext JS等價物
- 8. Golang requirements.txt等價物
- 9. TSQL/MySQL等價物
- 10. OrderedDict的list.index()的等價物?
- 11. Unix的pdfinfo的等價物
- 12. Db的List.exists的等價物
- 13. CCLayer的-viewDidAppear的等價物?
- 14. Ruby的cURL的等價物?
- 15. Phoenix的Rails.env.production的等價物?
- 16. PostgreSQL的mysql_insert_id()的等價物?
- 17. Windows的gettimeday()的等價物
- 18. AS2中Event.MOUSE_LEAVE的等價物
- 19. SQL的等價物mysqli_real_escape_string
- 20. tcl中#define的等價物?
- 21. 代碼的LINQ等價物?
- 22. Sinatra的Python等價物
- 23. DataGrid中CellMouseEnter的等價物?
- 24. C#中func_get_arg的等價物?
- 25. WPF中的PagedCollectionView等價物?
- 26. php的Javascript等價物move_uploaded_file
- 27. DCMPLX的現代等價物?
- 28. 'pat2cwav'的Python等價物
- 29. Mathematica中的Sprintf等價物?
- 30. Class.forName的Gradle等價物
[獲取父母的可能重複目錄在Python中](http://stackoverflow.com/questions/2860153/get-parent-directory-in-python) – 2012-04-09 19:46:19
Plea我不認爲'os.set =='/''就是這樣。在'os.path'中有現成的函數:'split','join','basename'等。 – delnan 2012-04-09 19:50:45