Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

this is Java program assignment about recursively searhcing specific file/files in directories/subdirectories on windown as an app , please help This assignment asks you to

image text in transcribedimage text in transcribedimage text in transcribed

this is Java program assignment about recursively searhcing specific file/files in directories/subdirectories on windown as an app , please help

This assignment asks you to create a Java program that brings recursion, looping, file handling techniques and (optionally)advanced file date processing together in a useful Windows application. Your program will prompt the user for search criteria and will then 'crawl' through a directory together with its subdirectories looking for files that qualify. Results of the search are displayed Your program should search for files By name (without an extension - e.g. 'MyTextFile') * By extension name (e.g. 'java') By content (e.g. 'Math.sqrt') By modification date (optional extra credit - see below) Notes: The above criteria for searching may be combined in any form (see example runs below.) A valid initial path will always be entered other criteria are optional . . You should allow the user to find file name entries regardless of upper/lower case characters in the file and extension names. Searching for content, however, should be case sensitive . The count of qualifying files should be displayed (see example output.) . Your class (and your corresponding .java file) should be named as follows o MySearch This assignment asks you to create a Java program that brings recursion, looping, file handling techniques and (optionally)advanced file date processing together in a useful Windows application. Your program will prompt the user for search criteria and will then 'crawl' through a directory together with its subdirectories looking for files that qualify. Results of the search are displayed Your program should search for files By name (without an extension - e.g. 'MyTextFile') * By extension name (e.g. 'java') By content (e.g. 'Math.sqrt') By modification date (optional extra credit - see below) Notes: The above criteria for searching may be combined in any form (see example runs below.) A valid initial path will always be entered other criteria are optional . . You should allow the user to find file name entries regardless of upper/lower case characters in the file and extension names. Searching for content, however, should be case sensitive . The count of qualifying files should be displayed (see example output.) . Your class (and your corresponding .java file) should be named as follows o MySearch

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Advances In Databases And Information Systems 22nd European Conference Adbis 2018 Budapest Hungary September 2 5 2018 Proceedings Lncs 11019

Authors: Andras Benczur ,Bernhard Thalheim ,Tomas Horvath

1st Edition

3319983970, 978-3319983974

More Books

Students also viewed these Databases questions

Question

What are the factors affecting organisation structure?

Answered: 1 week ago

Question

What are the features of Management?

Answered: 1 week ago

Question

Briefly explain the advantages of 'Management by Objectives'

Answered: 1 week ago

Question

9. Power and politics can be destructive forces in organizations.

Answered: 1 week ago