python获取上一级与上上一级目录的写法
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python获取上一级与上上一级目录的写法相关的知识,希望对你有一定的参考价值。
参考技术A getcwd() 获取的是相对路径,在目录变更时会改变路径dirname() 获取的是绝对路径,在目录变更时不会改变路径
C++学习(四七四)java获取上一级目录
File externalFile = getApplicationContext().getExternalFilesDir( null );///storage/emulated/0/Android/data/com.example.testnativecplusplus/files
File externalFile1 = getApplicationContext().getExternalFilesDir( null ).getParentFile();
以上是关于python获取上一级与上上一级目录的写法的主要内容,如果未能解决你的问题,请参考以下文章