Recursively search files

I want to find all files with a certain name in all subdirectories, starting from a root directory.

Does anyone have a little Java code for this?

[158 byte] By [quereinsteigera] at [2007-11-27 11:11:12]
# 1

> I want to find all files with a certain name in all

> subdirectories, starting from a root directory.

>

> Does anyone have a little Java code for this?

Why not write it yourself?

prometheuzza at 2007-7-29 13:46:38 > top of Java-index,Java Essentials,Java Programming...
# 2

Because it is easier for me to copy, paste and adapt this.

quereinsteigera at 2007-7-29 13:46:38 > top of Java-index,Java Essentials,Java Programming...
# 3

> Because it is easier for me to copy, paste and adapt this.

Then make the extra effort to also search for it. It has been posted many times on this forum, and all around the net I assume.

This forum is intended as a place to ask questions about the Java programming language. If you want people to write you code, find yourself a developer and pay him/her for the job.

prometheuzza at 2007-7-29 13:46:38 > top of Java-index,Java Essentials,Java Programming...
# 4

I had to do this, because noone replied except your "helpful" contribution.

quereinsteigera at 2007-7-29 13:46:38 > top of Java-index,Java Essentials,Java Programming...
# 5

considering this would take less than 10 lines of code (if that), why not try?

TuringPesta at 2007-7-29 13:46:38 > top of Java-index,Java Essentials,Java Programming...
# 6

> I had to do this, because noone replied except your

> "helpful" contribution.

Ok, now you're done with that, could you perhaps write me a decent OCR application in Java?

Thanks.

prometheuzza at 2007-7-29 13:46:38 > top of Java-index,Java Essentials,Java Programming...
# 7

> > I had to do this, because noone replied except

> your

> > "helpful" contribution.

>

> Ok, now you're done with that, could you perhaps

> write me a decent OCR application in Java?

> Thanks.

I want one of those too.

P.S: My handwriting is miserable, so it had better be good!

jGardnera at 2007-7-29 13:46:38 > top of Java-index,Java Essentials,Java Programming...
# 8

> > > I had to do this, because noone replied except

> > your

> > > "helpful" contribution.

> >

> > Ok, now you're done with that, could you perhaps

> > write me a decent OCR application in Java?

> > Thanks.

>

> I want one of those too.

>

> P.S: My handwriting is miserable, so it had better be

> good!

I didn't ask anyone to write something for me, but just to point at a solution or to paste it in this topic.

quereinsteigera at 2007-7-29 13:46:38 > top of Java-index,Java Essentials,Java Programming...
# 9

>> Does anyone have a little Java code for this?

Sounds a lot like you WERE asking people to do your work for you...

jwentinga at 2007-7-29 13:46:38 > top of Java-index,Java Essentials,Java Programming...