Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vincent-g-van/list-all-file-names-in-directory
This is a more complex script that creates a list of names for the every files/folder within the directory, this includes sub files/ sub folders, using recursion. Next, the script outputs the list to a text file. The name of the output text file is needed as a parameter. Created and Tested on Windows OS.
https://github.com/vincent-g-van/list-all-file-names-in-directory
directory filenames list python python-3 recursion script
Last synced: 2 months ago
JSON representation
This is a more complex script that creates a list of names for the every files/folder within the directory, this includes sub files/ sub folders, using recursion. Next, the script outputs the list to a text file. The name of the output text file is needed as a parameter. Created and Tested on Windows OS.
- Host: GitHub
- URL: https://github.com/vincent-g-van/list-all-file-names-in-directory
- Owner: Vincent-G-Van
- Created: 2017-07-08T08:22:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-04T09:09:18.000Z (over 7 years ago)
- Last Synced: 2024-11-21T23:29:58.072Z (3 months ago)
- Topics: directory, filenames, list, python, python-3, recursion, script
- Language: Python
- Homepage:
- Size: 70.3 KB
- Stars: 3
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# List-All-File-Names-In-Directory (Completed/Working)
This is a more complex script that creates a list of names for the every files/folder within the directory, this includes sub files/ sub folders, using recursion. Next, the script outputs the list to a text file. Created and Tested on Windows OS.
Note:
-Indent(s) and an arrow will be given to a sub file or folder. As the sub file or folder increase in depth from the main directory, another indent will be added on.
-Enter in the file directory address to run the script.
-Created and Tested on Windows OS.
Thanks to https://github.com/harmandersihra for testing and recommendations on enhancing performance.