The Artima Developer Community
Sponsored Link

Java Answers Forum
folders

4 replies on 1 page. Most recent reply: Apr 1, 2002 1:23 AM by Matt Gerrans

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 4 replies on 1 page
Maysoon

Posts: 64
Nickname: hm
Registered: Mar, 2002

folders Posted: Mar 31, 2002 4:34 PM
Reply to this message Reply
Advertisement
hello...


how can i make a folder in java?


Peter Rajesh

Posts: 3
Nickname: petervraj
Registered: Apr, 2002

Re: folders Posted: Mar 31, 2002 10:54 PM
Reply to this message Reply
Hi,

Use the class Store, in javax.mail available in J2EE API. Try this.

Singh M.

Posts: 154
Nickname: ms
Registered: Mar, 2002

Re: folders Posted: Mar 31, 2002 11:37 PM
Reply to this message Reply
Use java.io.File class's method mkdir().

Jimmy Y

Posts: 2
Nickname: yjimmy
Registered: Apr, 2002

Re: folders Posted: Apr 1, 2002 12:51 AM
Reply to this message Reply
exaclty

Matt Gerrans

Posts: 1153
Nickname: matt
Registered: Feb, 2002

Re: folders Posted: Apr 1, 2002 1:23 AM
Reply to this message Reply
Was that a joke? ;-)

Flat View: This topic has 4 replies on 1 page
Topic: Need help creating a server and internet interface Previous Topic   Next Topic Topic: Personal Java and SSL

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use