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.
-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.
Johnzel Tuddao - Initial work - J0hnZMT
This project is licensed under the MIT License - see the LICENSE.md file for details