Advertisement

[java] Custom files

Started by August 21, 2001 04:28 PM
3 comments, last by Foobat 23 years, 5 months ago
just wanna ask. How would i go about creating custom file names in Java?
if you like programming, you like maths, you just don't know it yet
Huh? What do you mean?
Johan Karlsson
Advertisement
if i wanted to create a save game file for an application for example
if you like programming, you like maths, you just don't know it yet
Take a look at Sun''s doc on java.io package (all the info on java''s i/o classes, including file i/o - which you need) also a tut on java i/o on sun''s page ... also you should take a stroll over to google and look for more info and tuts on File I/O in java.

Cheers,
JP.

==============================================
I feel like a kid in some kind of store...
==============================================
www.thejpsystem.com
==============================================I feel like a kid in some kind of store... ============================================== www.thejpsystem.com
thx alot
if you like programming, you like maths, you just don't know it yet

This topic is closed to new replies.

Advertisement