📜  python 查找文件目录 - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:48.334000             🧑  作者: Mango

代码示例6
(_, _, filenames) = os.walk(mypath).next() #if you are confident that the walk will return at least one value