Search hard drive for pictures
Hey guys, I'm trying to write a program that searches my c: drive for pictures with the jpg or jpeg extension. Is java a good language to do this in, or is it too slow?
Thanks,
Kevin
[201 byte] By [
kevin7654] at [2007-11-19 11:09:39]

# 1 Re: Search hard drive for pictures
Is java a good language to do this in, or is it too slow?In this case I'd say that java is fast enough (it's probably your harddrive that would be the bottleneck).
- petter
# 2 Re: Search hard drive for pictures
thanks for the response, do you happen to know of a similar program that has been written or anywhere I can find advice on how to best search the hard drive?