import os

# This is going to print every filename in the
# C:/ directory... straightforward!
for filename in os.listdir('C:/'):
    print filename