Managing files using Java  
Author Message
ochulus





PostPosted: 2003-10-3 8:04:00 Top

java-programmer, Managing files using Java Hi! I'm new to Java and I would like to know how to manage files (e.g. rm,
mv, mkdir, etc.) using Java for a simple text-based application on Unix.
It's just an extension of a tutorial question at uni where we have to store
bank customer details to a file. Thank you!

pras


 
nathanz





PostPosted: 2003-10-3 23:19:00 Top

java-programmer >> Managing files using Java Check out the java.io.File class:

http://java.sun.com/j2se/1.4.1/docs/api/java/io/File.html

-Nathan

"ochulus" <email***@***.com> wrote in message news:<m13fb.133963$email***@***.com>...
> Hi! I'm new to Java and I would like to know how to manage files (e.g. rm,
> mv, mkdir, etc.) using Java for a simple text-based application on Unix.
> It's just an extension of a tutorial question at uni where we have to store
> bank customer details to a file. Thank you!
>
> pras