This will list the base filenames of all files in a folder: from pathlib import Path folder = Path("source_data/text_files/") for path in ...
確定! 回上一頁