Skip to content

A Python script that outputs the full paths to all files within a given directory to a file

License

Notifications You must be signed in to change notification settings

meemo/list-files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

list-files

A python script that outputs the full paths to all files within a given directory and exports it to a text file, similar to the windows command dir /s /b > output.txt. This script, however, does not create additional newlines when it encounters certain symbols and can be used on any OS with python installed.

Usage:

listFiles.py [directory] [output_file.txt]

Requirements

Python 3.x

Source Code

Source code can be found at https://github.com/meemo/list-files

About

A Python script that outputs the full paths to all files within a given directory to a file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages