A prototype of the application which is completely written in Java language. The user interaction will be via command line. The application provides basic File input and output operations like making directory, list down all the files, add a user specified file, delete a user specified file, search a user specified file.
The following are used:
1. IDE used to code for the application: Eclipse.
2. Programming language used to develop the prototype: Java.
- The First option return the current file names in ascending order.
- The Second option return the details of the user interface such as options displaying the following:
- First option to Add a user specified file to the existing directory list.
- Second option to Delete a user specified file from the existing directory list.
- Third option to Search a user specified file from the main directory.
- The Third option is to close the application.
FlowChart of this application:

The application can be accessed from the MainClass under src folder.

