Last active
August 12, 2019 16:32
-
-
Save wiccy46/de5bd7273517364206dbae1eb0ed12da to your computer and use it in GitHub Desktop.
[get_all_files_name]Get all files names into a list #python
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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