aspose file tools
The moose likes Beginning Java and the fly likes reading files in specified directory Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "reading files in specified directory" Watch "reading files in specified directory" New topic
Author

reading files in specified directory

Ravindra Suroju
Greenhorn

Joined: Mar 11, 2008
Posts: 14
How can i read the files in specified directory?


Best Regards,<br />Ravindra.
Anubhav Anand
Ranch Hand

Joined: May 18, 2007
Posts: 341

Ravindra Kumar S,
Welcome to JavaRanch.

For reading files from a directory you require to use InputStream classes.
You may use DataInputStream and/or FileInputStream and/or BufferedInputStream.

Also, you may like to view this tutorial. This may also be useful.
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 32599
    
    4
More useful tutorial from Sun here. Look for the link to file I/O especially.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: reading files in specified directory
 
Similar Threads
where is PortableRemoteObject
Possible to get listing of all files in directory?
JAAS1.0 sample Error
reading files in specific directory
Default welcom files