import os

for directoryName in os.listdir("C:\\temp"):
    print  directoryName

 

+ Recent posts