路徑可以是任一型別 str 或 型別位元組。如果路徑是型別位元組,返回的檔案名也將是型別位元組; 在所有其他情況下,它們是型別str。
os.listdir(path)
path -- 這是待探索的目錄
#!/usr/bin/python3 import os, sys # Open a file path = "d:\\tmp\\" dirs = os.listdir( path ) # This would print all the files and directories for file in dirs: print (file)
Applicationdocs.docx test.java book.zip foo.txt Java Multiple Inheritance.html Java Multiple Inheritance_files java.ppt ParallelPortViewer