i'm vinny i'm doing my Bsc computer sciencein india. i've a minor
project to do .i want to write a s/w (file recovery )and a file
analyser ie,seach a particular folder assigned by the user and and move
the filesto foldere specified by the user(mp3 files to music files ,jpg
to picture etc..
Rhino - 17 Feb 2006 17:25 GMT
> i'm vinny i'm doing my Bsc computer sciencein india. i've a minor
> project to do .i want to write a s/w (file recovery )and a file
> analyser ie,seach a particular folder assigned by the user and and move
> the filesto foldere specified by the user(mp3 files to music files ,jpg
> to picture etc..
So far you haven't asked a question. What do you want from us: code
fragments? design advice?
--
Rhino
Tajonis - 17 Feb 2006 17:31 GMT
Have a look at the <a
href="http://java.sun.com/j2se/1.5.0/docs/api/java/io/File.html">java.io.File</a>
class
Using this class you can list the files in any given directory that
either match a specified filter or simply all the files.
Sachin - 17 Feb 2006 20:40 GMT
Hi Vinny,
One of the best ways to find answer for not so complicated queries like
yours is to do a quick search using the Google's book search function
at http://books.google.com. I think the following book snippet might be
a good place to start for you ...
http://xrl.us/j3xv
Hope this helps!
-Sachin
http://www.SachinOnline.com
Roedy Green - 18 Feb 2006 21:51 GMT
>One of the best ways to find answer for not so complicated queries like
>yours is to do a quick search using the Google's book search function
>at http://books.google.com. I think the following book snippet might be
>a good place to start for you ...
Google books is quite amazing. See
http://mindprod.com/jgloss/google.html#BOOKS for a quick overview.
It also lets you search COPYRIGHTED books and see scanned images of
the original pages.

Signature
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.