Link to home
Start Free TrialLog in
Avatar of kstay
kstay

asked on

newbie: basic file i/o

Trying to write some code that will see if folders and files exist, if not, create them, rename them, etc.  Got anything good?
Thanks.
Avatar of heyhey_
heyhey_

homework ?

check java.io.File API - it contains all you need
ASKER CERTIFIED SOLUTION
Avatar of António Sargento
António Sargento
Flag of Portugal image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of kstay

ASKER

thanks - actually I had already figures it out, but i was using the sun docs you suggested.