Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

please help me write a java program by using recursion and file IO on this assignment to search files with options. Thank you! Assigr AssignmentDirectorySearcher

image text in transcribed
image text in transcribed
please help me write a java program by using recursion and file IO on this assignment to search files with options. Thank you!
Assigr AssignmentDirectorySearcher or Windows This assignment combines recursion, looping and advanced file handling in a practical application for the Windows operating system's file structure 60+ points See Canvas for due date 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

Formal SQL Tuning For Oracle Databases Practical Efficiency Efficient Practice

Authors: Leonid Nossov ,Hanno Ernst ,Victor Chupis

1st Edition

3662570564, 978-3662570562

More Books

Students also viewed these Databases questions

Question

2. Identify issues/causes for the apparent conflict.

Answered: 1 week ago