hi, i've to copy all the files in one directory to some other dir. I can copy the files if and only if i know the filename and its extension.I may know the dir exactly but not the files inside and these files are with different extension.This program will have to work in java1.3,1.4 & 1.5 also.Pls help me to get it rite way.
Best Regards,<br />Mythily.S<br />9886530336
Ben Cramphorn
Greenhorn
Joined: May 13, 2004
Posts: 17
posted
0
Hello.
Try looking up file.list() on the API.
mythily prakash
Ranch Hand
Joined: Jan 27, 2006
Posts: 31
posted
0
Thanks Ben Cramphorn.
I can do it with the following code:
Ben Cramphorn
Greenhorn
Joined: May 13, 2004
Posts: 17
posted
0
No worries.
Tony Morris
Ranch Hand
Joined: Sep 24, 2003
Posts: 1608
posted
0
If you are targetting 1.4 or higher, you may want to consider using java.nio and obtain performance benefits (I cannot prove this - hearsay).