Programming
Create a console application using Visual Studio.
• Name the Solution and Project Program07.
• Output appropriate communication messages to the user.
• Output appropriate results. In other words, all requirements should be
output and identified by number.
Requirements (remember to identify the requirements by number):
1. Output a header in the console: “This is Program07”
2. Use try-catch-finally statements with classes that implement the IDisposable
interface.
3. Provide user the opportunity to create multiple directories.
4. Check if directories exist before creating.
5. Provide user the opportunity to create multiple files.
6. Check if files exist before creating.
7. User can enter data into the files.
8. Read data back from the files.
9. Use the FileAttributes enumeration to report status on your choice of two
attributes (not Directory or Hidden).
10. Output a thank you message: “Thank you for running Program07.”
TEST – TEST – TEST your application to ensure the specific program
requirements are met.
• Use the list above and the common requirements as a confirmation
checklist.
· Not meeting all requirements = No ‘’0” points for the assignment.
Flowchart
Include a flowchart of your program.
Construct your flowchart using draw.io. Use appropriate symbols. Use vertical/horizontal connections (NOT slanted/angled connections).
Export your flowchart to the SVG format (File | Export as... | SVG)
Submit the SVG file with your assignment