Python für mich im Verzeichnis

import os
for file in os.listdir(directory):
  print(file)
Muddy Mamba