Results 1 to 5 of 5
  1. #1

    mga master, unsa on mana paghimo ug folder using java? I mean naa koy program padaganon bah then if makita niya nga wala pa ni exist ang folder mo create siya para adto ipang save ang mga reports nga akong ma-generate? thnx daan mga master sa java...

    kana ganing murag ingon ani: Reports folder does not exist. Do you want to create this folder? Yes No Cancel murag ingon ani nga concept...maayo lang ko sa inyong Idea about ani...thnx
    Last edited by softtouch; 03-09-2009 at 10:37 PM.

  2. #2
    filesystems can be checked directly by the executions of your program. The rest are just GUI interaction like you mentioned above.

    Even without GUI, you can still create or check folders in your current file system. Just make proper sequence, error trapping and stuff.

  3. #3
    try daw ni:
    Code:
                File temp = new File("temp_folder"); // Folder path
                if(!temp.exists()) {
                    temp.mkdirs();
                }

  4. #4
    thnx boss, for your ideas...it finally worked....

  5. #5
    Cool bai. If you had a problem, google it.

  6.    Advertisement

Similar Threads

 
  1. Need Help in java. AGAIN! =)
    By jairoh_ in forum Programming
    Replies: 11
    Last Post: 02-29-2012, 08:13 AM
  2. Need help in JAVA plsss.. help 25problems..
    By FrozenBoi in forum Programming
    Replies: 89
    Last Post: 02-09-2010, 02:26 PM
  3. NEED HELP in JAVA EXCELAPI
    By rastaman81 in forum Programming
    Replies: 1
    Last Post: 05-11-2009, 09:17 PM
  4. C/C++ i need help in making a program
    By mE_bytes in forum Programming
    Replies: 54
    Last Post: 07-30-2008, 05:41 PM
  5. Need help in Installing Java programs in my Samsung D880
    By Soj in forum Software & Games (Old)
    Replies: 0
    Last Post: 04-24-2008, 06:34 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
about us
We are the first Cebu Online Media.

iSTORYA.NET is Cebu's Biggest, Southern Philippines' Most Active, and the Philippines' Strongest Online Community!
follow us
#top