Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.