Skip to content

Instantly share code, notes, and snippets.

@wiccy46
Last active August 12, 2019 16:32
Show Gist options
  • Select an option

  • Save wiccy46/de5bd7273517364206dbae1eb0ed12da to your computer and use it in GitHub Desktop.

Select an option

Save wiccy46/de5bd7273517364206dbae1eb0ed12da to your computer and use it in GitHub Desktop.
[get_all_files_name]Get all files names into a list #python
import os
file_names = os.listdir("file_path")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment