ywpark1 / portfolio-generator

Create the portfolio by filling out the form
MIT License
1 stars 8 forks source link

Issue #9 - Add DeleteFiles function, clean up the code, add comments on each function #10

Closed ywpark1 closed 5 years ago

ywpark1 commented 5 years ago

I added the DeleteFiles function so that it deletes all files when the given directory exists.

I also deleted unnecessary code comments that I put, and added function comments.

In a CopyFiles function, it creates an empty directory, called "portfolio", if not exist.