Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 689 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 689 Bytes

listdir

Machine Problem 2

A program that can store Parent paths, File names and File size of the selected directory and its sub directories to a csv file.

How to Use

-type in the command line python listdir.py

-eg. python listdir.py C:\Users result.csv

-then press enter, a csv file will be saved with csv file name you typed with all the data about (parent path, file name, file size) directory and sub-directories you typed on the command line.

Author

Johnzel Tuddao - Initial work - J0hnZMT

License

This project is licensed under the MIT License - see the LICENSE.md file for details