- The program makes the any directory of the file manager looks cool by managing all the content of the specific directory. It store all content by creating seperate folder for images,media,document and also create Others folder to store the content which is not relevant to remaining 3 folders.
- It seperate the content by checking its extension. eg. if the extension of the file is .mp3 then that file will get store in media folder.
- The program takes any directory path as an input and then seperate the content according to their extension and store it in the given folder which is mentioned above.