Create a script which parses through a directory of files, categorizes each file by file type.
-Stores files in a separate folders by file type
prints a lists of each folders contents to the console and sort in alphabetical order.
The script must utilize:
•Classes & Objects
•Modules and Packages
•File Input/ Output
•Libraries
Example output:
Word documents:
DatabaseList.doc
Required:
Database(2).zip
Located on Issue page.
Create a script which parses through a directory of files, categorizes each file by file type.
-Stores files in a separate folders by file type
prints a lists of each folders contents to the console and sort in alphabetical order.
The script must utilize:
•Classes & Objects
•Modules and Packages
•File Input/ Output
•Libraries
Example output:
Word documents:
DatabaseList.doc
Required:
Database(2).zip