Skip to content

Instantly share code, notes, and snippets.

@KatagiriSo
Created October 22, 2020 11:31
Show Gist options
  • Save KatagiriSo/f91b43632f02ca8375fb4834b1afa27f to your computer and use it in GitHub Desktop.
Save KatagiriSo/f91b43632f02ca8375fb4834b1afa27f to your computer and use it in GitHub Desktop.
ファイルリスト
import glob
files = glob.glob("./*")
for file in files:
print(file)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment