LP
Design(OOD)
I have to make an API, which will return the list of files which have the same file Name from a given directory. A directory can have multiple sub-directories or files in it. I have to return the list of files name or the directory name which matches the fileName given in the API.
Extension: have to search based on the filesize, fileExtension etc.