Home Tutorialhelp Comment u need this

 
 

Comment

ankur
u need this,
December 9, 2007 at 8:18 PM

import java.io.*;
import java.util.*;

public class DeleteAny
{
public static void main(String args[])throws IOException
{
File f[]=new File[args.length];

for(int i=0; i<f.length; i++)
{
f[i]=new File(args[i]);
delete(f[i]);
}

}

static void delete(File f)
{try{System.out.println(";;"+f.getName()+" "+f.listFiles().length);

if(f.listFiles().length>1)
{
File fd[]=f.listFiles();

for(int i=0; i<fd.length; i++)
delete(fd[i]);
}
if(f.listFiles().length<1)
{ if(!f.canWrite())
{
if(f.isDirectory()|f.isFile())
f.delete();
}
}
}
catch(Exception e)
{
System.out.println("FILE NOT FOUND");
e.printStackTrace();
}

}
}


View All Comments | View Tutorial
Related Tutorial and Articles
Java Beginners

Thank U - Java Beginners
Thank U  Thank U very Much Sir,Its Very Very Useful for Me. From SUSHANT 

Java Beginners

code and specification u asked - Java Beginners
code and specification u asked  you asked me to send the requirements... can build in java are extensive and have plenty of capability built in. We... requirements of the project are as follows. Language : Java (JDK1.5.0_06 

Java Beginners

Can u Look to the error plz - Java Beginners
Can u Look to the error plz  this is my code can u modify it plz and give me the result of it when u check it on eclipse or jcreator plz and i will be more thankfull if u do that :) , oh yeh one thing can you draw a flag 

Java Beginners

can u plz try this program - Java Beginners
can u plz try this program  Write a small record management application for a school. Tasks will be Add Record, Edit Record, Delete Record, List.... --------------------- <%@ page language="java 

Java Beginners

Need Help - Java Beginners
Need Help  Hello Sir, Am a beginner of Java. Also i did course... projects in Java as well as J2EE... Can u help me and guide to do a project.../reference/tutorials/ http://netbeans.org/kb/trails/java-ee.html http 

Development process Questions

Dear Sir I need to join u
Dear Sir I need to join u  Dear Sir i am santosh Rai from Saudi Arabia please make me understood how to join u and i have one question i want to working with you what is ur process for working with u please send me 

Java Beginners

need sourcecode - Java Beginners
need sourcecode  Hai, I need program for packetization for videos 

Java Beginners

Hey Guys really need to learn - Java Beginners
Hey Guys really need to learn  Im a java beginner and i want to know how can i input 3 value.. Wath i mean is in C, to you to be able to input number u will use scanf(%d%d%d, & month, day, year). How can i do this in java 

Java Beginners

what is the need of... - Java Beginners
what is the need of...   what is the need of " return type like void ?   Hi Friend, In java, method always require a return type.The main method is the client code therefore jvm does not expected any return 

Java Beginners

need code - Java Beginners
need code   i want to take the html coding. if user give a input html file the out is html coding in text file. i want to take html coding only. (view -> source) . how it is possible in java.  Hi Friend, Here we 

Java Beginners

need help - Java Beginners
need help  Need help in programming in Java  Simple java program that will show the output within quotes using system.out.println();DISPLAYING OUPUT " * " ," *** " ........I used System.out.print 

Java Beginners

need program - Java Beginners
need program  I need a java program to get the multiple student name and mark.display the student information by sorting the marks in ascending or desending order.  Hi Friend, Try the following code: import 

Java Beginners

Need help - Java Beginners
Need help   To Write a Java program that asks the users to enter a m * n matrix of integers, m and n being the number of rows and columns, respectively. The program stores this matrix into a two dimensional m*n array 

Java Beginners

code need - Java Beginners
code need  hi i want to code doing for this. If i have enter the text file in my java project. example input is 1,2,3,4,5(it is in input text file) Out put 1, 2, 3, 4, How to do this. (output is print another text file 

Java Beginners

need help. - Java Beginners
 

Java Beginners

need java code - Java Beginners
need java code  I want java code for connect to bit.ly and our link is converted into shorten link and give me response. as a converted link 

Java Beginners

need help with a program - Java Beginners
Java algorithm - need help with a program  Java algorithm - need help with a program 

Java Beginners

need a java program - Java Beginners
need a java program  Draw a bar chart for the following data using frames Year: 2000 2001 2002 2003 2004 2005 TurnOver:7 8 4 5 9 12 

Java Beginners

Need to push the combo box to flash movie - Java Beginners
Need to push the combo box to flash movie   Hi, I need to push... using some pushand getMovie methods in java scripts and HTML[here we enter the values to push into the flash movie]. Can u advice me how can i acheive 

Java Beginners

java - need code - Java Beginners
java - need code  i am java developer. i want to remove file from one folder and same file is paste another folder. i need this code. (java)  hi, I am sending you the code which moves the file from one folder 

Java Beginners

need java code - Java Beginners
need java code  i want a program for an algorithm in java which is it has some transactions T1=ABCE T2=CDE T3=DE T4=CDEG T5=BG T6... result . For this algorithm i need a program can any help me 

Java Beginners

need help with a program - Java Beginners
need help with a program   Part I An algorithm describes how... by the user. The output of the program should be the length and width (entered.... First you would need to make up the "test data". For this algorithm, the test data 

Java Beginners

need project
need project  hi im new on this site so dnt knw actual procedure . but i need a project on banking system in java with sql database. which should... account view data of customer by id and name if u have other attribute which 

Java Beginners

This is what i need - Java Beginners
. for this question i need just : one function can read string like (I like 

Java Beginners

Need *Help fixing this - Java Beginners
Need *Help fixing this  I need to make this program prompt user... and maybe add retrieve function //need help with this one badly. Thanks guys for all...) { } } public static void main(String args[]){ //need to add: prompt 

Java Beginners

Desperately need Java program ASAP - Java Beginners
Desperately need Java program ASAP  I need the source code for a java application that asks the user to enter a 10 character telephone number... should display 555-438-3663. I need this program ASAP if possible. Thank you 

Java Beginners

Need to have a Java Code - Java Beginners
Need to have a Java Code  Dear Friend, Can we run a unix command like "df -tg" in a remote linux system through FTP server using Java Program? Kindly give me the solution for the above query. Thanks & Regards 

Java Beginners

need to solve the below question - Java Beginners
need to solve the below question  I need to write an application that uses the circle class.it must read a radius of a circle from the user .create a circle object and return the object 

Java Beginners

need help on writing a program. - Java Beginners
Writing first Java Program  Hi, I need help to write my first Java... roseIndia to get your query solved. check given link to see the solution of your Java problem.http://www.roseindia.net/java/simple-java-program.shtmlThanks 

Java Beginners

need model coding in java - Java Beginners
need model coding in java  i want model a program for an algorithm in java which is it has some transactions T1=ABCE T2=CDE T3=DE T4=CDEG T5=BG T6=AE T7=BCG T8=C T9=A now compare T9=A and T6=AE 

Java Beginners

I need your help - Java Beginners
I need your help  What is the purpose of garbage collection in Java, and when is it used?  Hi check out this url : http://www.artima.com/insidejvm/ed2/gc.html http://java.sun.com/javase/technologies/hotspot 

Java Beginners

Session timeout message need to be displayed - Java Beginners
Session timeout message need to be displayed  Hi, I want to display a session timeout on website. i want to find session - remaining time set in web.xml. Thanks Manu 

Java Beginners

This is what i need in this Question - Java Beginners
This is what i need in this Question  You are to choose between two procedures, both of which compute the mini¬mum value in an array of integers. One... array. so i need your help to know is it correct or wrong Thank you 

Java Beginners

Sales System.. Need Help!! - Java Beginners
Sales System.. Need Help!!  were going to make a sales system in our subject Database management and that will be our project, we already have a company to use. But the problem is.. our group dont know how to start, we dont have 

Java Beginners

I need your help - Java Beginners
I need your help  For this one I need to create delivery class for a delivery service .however, this class should contain (delivery number which... the file name is ApplicationDelivery.java Your program must follow proper Java 

Java Beginners

( Inheritance,need help in Polymorphism, Overriding) - Java Beginners
( Inheritance,need help in Polymorphism, Overriding)  can any one please help me create this application,thank you Advanced Concepts with Classes( Inheritance, Polymorphism, Overriding) Employees in a company are divided 

Java Beginners

need help creating a lift program - Java Beginners
need help creating a lift program  Classes, Methods, Constructors please i need help to create an elevator program Simulating an Elevator write an Elevator class containing various methods. Then, write a program 

Java Beginners

I need help in doing this. - Java Beginners
I need help in doing this.  Student DataBase i will need creating a program that will be used to manipulate a student database. This portion..., and the student's GPA.using arrays and objects, need to structure the information 

JDBC Questions

Need Java Source Code - JDBC
Need Java Source Code  I have a textfield for EmployeeId in which the Id, for eg: "E001" has to be generated automatically when ever i click on the that textfield for every employees. Can u please tell me how this can 

Java Beginners

java beginners - Java Beginners
java beginners   the patteren u received is not the actual patteren which i need the program i don't know why the patteren does not reach in proper formate to you . it was in upside down triangle form . at the top 

Java Beginners

java project - Java Beginners
software in java can u help   how can i help u .. and what the kind of help u need u can send mail to me if u want adamlee2010@yahoo.com Mohamed... type of help u need??? n specify your whole problem? is it graphical 

Java Beginners

Need help in constructing bubble sort
://www.roseindia.net/java/beginners/arrayexamples/bubblesort.shtml http://www.roseindia.net/java/beginners/arrayexamples/BidirectionalBubbleSort.shtml...Need help in constructing bubble sort  using a bubble sort, for each 

Java Beginners

Java programming - Java Beginners
Java programming  hi sir, my question are as follows... hope u can solve my java programming problem.. Write a program to develop a class to hold... to : http://www.roseindia.net/java/beginners/index.shtml Thanks 

Java Beginners

Need to edit PDF files using java - Java Beginners
Need to edit PDF files using java  Hi , I need to edit the pdf files say i need to insert and replace strings like that.. will any one help me to find this..the library must be a freeware sply if it is iText..or other than 

Java Beginners

Need to find the position of delimiter in a file using java - Java Beginners
Need to find the position of delimiter in a file using java  Hi , will any one give me a solution to find the Need to find the position of delimiters in a file using java.Please do reply 

Java Beginners

java - Java Beginners
Java odbc connection example  I need Java ODBC connection example  First decides which one u want to learn.Both r not a funny things 

Date Calendar

can u help me to get a calendar with color codes on days ???
can u help me to get a calendar with color codes on days ???  hi roseindia, Can you help me to get the code, I need a calendar with color codes.i,e Sunday,Saturday dates display in blue color and my calendar should takes 

Java Beginners

java program...need help as soon as possible!!! - Java Beginners
java program...need help as soon as possible!!!  Modify the Lexer (15 points): 1. Use a command line argument for the input file for processing tokens ? do not use simple.x 2. Recognize the new tokens > void float 

Java Beginners

Java basics - Java Beginners
;hello In java no need of main method u rember this thing first. when u... to visit... http://www.roseindia.net/java/beginners/ Thanks...Java basics  I have two classes class cat { int height, weight 

Java Beginners

( Inheritance, Polymorphism, Overriding)i need help - Java Beginners
( Inheritance, Polymorphism, Overriding)i need help  Advanced Concepts with Classes( Inheritance, Polymorphism, Overriding) i need help to create this application,than you Employees in a company are divided into the classes 

Java Beginners

java - Java Beginners
java  Hi, I need the help for how to integrate the openid for our site. ie., i have one site ,i need to integrate te openid to my site using RPX provider. Can u help me ,please as soon as possible. Regards, Valarmathi 

Java Beginners

Need someone to check and modify my simple code - Java Beginners
Need someone to check and modify my simple code   How to write a class that contains Variables that hold hourly rate of pay, number of hours worked. Display gross pay, withholding tax, which is 15% and net pay. I have tried 

Java Beginners

Java to html - Java Beginners
, i need help for writing the results from the java application to the html file. Thanks kavitha  Hi kavitha, U can use PrintWriter concept...Java to html   Hi , I have to compare two text files, and put 

Java Beginners

Java for beginners - Java Beginners
Java for beginners  Hi! I would like to ask you the easiest way to understand java as a beginner? Do i need to read books in advance...://www.roseindia.net/java/beginners/index.shtml Thanks 

Java Beginners

need of code
need of code  howto convert greyscale image to binary image in java 

SQL Question

need query
need query  hi sir , i am beginner to sql.i need a query so... fruits with different amounts. i need a query in such a way that when i say some... item from every table. thank u 

Java Beginners

beginners questions
beginners questions  I need all the possible Java beginners questions to prepare for an Interview 

Framework Questions

need of frameworks in java?
need of frameworks in java?  What is need of frameworks in java 

Framework Questions

need of frameworks in java?
need of frameworks in java?  What is need of frameworks in java 

Framework Questions

need of frameworks in java?
need of frameworks in java?  What is need of frameworks in java 

Framework Questions

need of frameworks in java?
need of frameworks in java?  What is need of frameworks in java 

Java Beginners

java - Java Beginners
java  hello,i work on one project automated placement cell and i need to view and print the resume of student/employee in pdf format .i need a help.... if u help me i really very thank full...  Hi Friend, Try 

Java Beginners

XML in JAVA - Java Beginners
in another file to get all the elements in the documents.. but my java SDK(i.e Eclipse) gives Java Null Pointer exception... can anyone tell me what could be wrong ? Thanks in advance  sindhuja, may be this code will help u File 

Java Beginners

java - Java Beginners
java  Hi friends, Thank u so much for your earlier reply . Now i need this immediately "how to get date and time of an image created ". For a file I am getting its creation time and date easily.But 

Java Beginners

java - Java Beginners
hope u will reply me soon for this question also. Q)HOw to convert below program into java actually the code is in c++.Please send me the converted code.i need it urgently pls. code: // Standard library class multimap test 

General

U - Java Terms
U - Java Terms       Java util Date The class Date in "... year, month, date.    Java URI Uniform Resource Identifier 

Java Beginners

again java - Java Beginners
requirement is if there is a image(if u like) in anywhere and we browse that image and it is store in u r account like orkut. my doubt is if the image is stored... is displayed in u r account how it is possible. Some friend has sent this code 

JUNIT Questions

Need of JUnit
Need of JUnit  Hi sir, What makes JUnit better than other testing tools for Java Unit testing?   Hi friend.. It is better to know... and they check their own results and provide immediate feedback. There's no need 

Java Beginners

core java - Java Beginners
, you need to pass an extra parameter into the Collections.sort method... this will help u 

Java Beginners

Zipping folder - Java Beginners
Zipping folder  sir, as the part of my academic project, i need... the inside folders,, but not get the result.. so it will be very helpful 4 me, if u... u bivin 

Java Beginners

code - Java Beginners
code  hi friend! Im new to jasper reports.how can i start that coding inorder to generate reports.can u send some sample programs for reporting?im badly need some clearly mentioned example because im new to jasper reports 

Java Beginners

coding problem - Java Beginners
coding problem  hi friend! Im new to jasper reports.how can i start that coding inorder to generate reports.can u send some sample programs for reporting?im badly need some clearly mentioned example because im new to jasper 

Java Beginners

calender devlopment - Java Beginners
CODE BY USING java swing thank u sir...calender devlopment  Sir i need help sir. Sir how to develop calender by using JAVA SWING. Here conditions are one textbox and one small button 

Java Beginners

Hiiii - Java Beginners
solve php problem but u can do one thing...I am working on jsp but learn struts...;Already Struts FrameWork developer, so no need to create. At first learn, then try to join in enhancement program of struts. Right now u use only struts framework 

Java Beginners

characters java - Java Beginners
not need to initialize the elements of this array to false at declaration,because... number) You found these letters: D H  exactly whar u want? 1... the following code helps you one thing i tel u honestly that i didnt understand 

Java Beginners

help - Java Beginners
:\>javatutorial>java classname afterwards it will give u output. But before...help  hi,i am new to java & i do not have progamming background, i... shows the c:\javatutorial> in the command prompt, is there any setting i need 

Java Beginners

java a - Java Beginners
java a  i will ask iam using servlets ,in one program my requirement is if there is a image(if u like) in anywhere and we browse that image and it is store in u r account like orkut. my doubt is if the image is stored 

Java Beginners

drawing a human in java - Java Beginners
drawing a human in java  i wanna to draw a human in java can u help me how can i draw.? the question is : how to draw a human in java add the nose... the answer on hurry way plzzz i need ur help 

Java Beginners

java - Java Beginners
java  hi!! i want 2 download jdk latest version so can u pls send me the link..?  Hi Friend, Please visit the following link: http://www.roseindia.net/java/beginners/download_jdk.shtml Thanks 

Java Beginners

hi all - Java Beginners
hi all  hi, i need interview questions of the java asap can u please sendme to my mail   Hi, Hope you didnt have this eBook. You can download this at thislink... http://www.4shared.com/file/45195248/1f297b96 

Java Server Faces Questions

required treenodes checkboxes are not clicking if u change the url - Java Server Faces Questions
required treenodes checkboxes are not clicking if u change the url  Hi, Here i have Library.java file. just look at d url : http://localhost...(1001,1007,1002,1005,1008,1002,1009,1010,1008)are getting clicked. But when u again add or remove the album 

JavaMail Questions

need of java coding - JavaMail
need of java coding  Design a java interface for ADT stack. Develop it and implement the interface using link list. Provide necessary exception handling for that implementations. pls mail me this lab program..its urgent 

JavaMail Questions

can u plz help out how to attach file directly & send to a particular mail id
can u plz help out how to attach file directly & send to a particular mail id  i am building a project online LEAVE MANAGEMENT SYSTEM to our coll... for approval so i need ur guidance how to tackle this problem 

Java Beginners

java - Java Beginners
HashTable ? how can we enter the Keys and Values in HashTable ? would u give... are: " + e.nextElement()); } } } When there are certain need for thread 

Java Beginners

java - Java Beginners
of the rows according to my need. i want to get all rows from database when the search... { } catch(Exception exp3) { } } } }   hey u havent 

JSP Servlet Questions

Need help on JAVA JSP
Need help on JAVA JSP  Hi, I have never worked on java and I have... using JAVA JSP). e.g. Tool does not adjust with the resolution of the screen(need to know how I can adjust it based on the cureen system's screen resolution 

Java Beginners

Connection to jdbc - Java Beginners
Connection to jdbc  I need to populate a listbox in jsp with values from Postgresql JDBC. i used the following code... but its not working... can u suggest me with the correct solution. my.jsp my form 

Java Beginners

Main function.. - Java Beginners
[]) What does it mean...public - static - void - main -(String args[]) Can u plz... / package static: You need not have an instance of the class to access the method void: Your application need not return a value, as the JVM launcher would 

Java Beginners

mvc architecture - Java Beginners
mvc architecture  can u please provide a example program with code... here routes means paths to reach destination from source station so i need to add... all those objects to one arraylist i need solution for this problem based 

Java Beginners

Need to create a java applet
Need to create a java applet   Hi people i need to create a java applet for which there will be 2 buttons to indicate small and big. I need to make a circle. When i click small the circle should be small and when i click big 

Java Beginners

Need Help in Java programming
Need Help in Java programming  Hello. Can someone please help me with writing the following program Java program that gives assignment details such as:assignment number,assignment name,due date,submission date,percentage marks 

Swing AWT

need a java program for the following
need a java program for the following  Write a java program with three horizontal sliders. Name the sliders, the first one as red, the second one as green and the third one as blue. You design the program such that on varying 

Java Beginners

really need help on how to write this program plz some 1 help out. - Java Beginners
really need help on how to write this program plz some 1 help out.  i am confused here on what to write can some 1 help out here i dont quite... a Java program that displays the following prompts: Enter 

Java Beginners

Hi... - Java Beginners
will be displayed 26-09-2008 means dd-mm-yyyy format if u understood my question... code; if any one need just mail me: fightclub_ceo@sify.com   Hi 

Java Beginners

program - Java Beginners
program  hi, i need a program that illustrates the concept of userdefined exceptions. can u please suggest me a way out.  Hi friend... to : http://www.roseindia.net/java/exceptions/ Thanks 

Java Beginners

Program - Java Beginners
Program Java link list  I need program in Java to copy a file to another file  Hi Friend,For more informationhttp://www.roseindia.net/java/beginners/linked-list-demo.shtml 

Java Beginners

java - Java Beginners
(); } } /** * Deletes the object file. */ public void deleteFile() { File 

Java Beginners

Zipping folder - Java Beginners
Zipping folder  sir, as the part of my academic project, i need... the inside folders,, but not get the result.. so it will be very helpful 4 me, if u... u bivin..  Hi friend, i am sending zipping code. import 

Java Beginners

Need a java program
Need a java program  Write a code of java to print the fibonacci series.   for(int j=1;j<=5;j++) { int i,a,b,c; a=1;b=1;int n=5; System.out.print("fibonicci series is " + a +" " + b 

Java Beginners

OOP Using JAVA - Java Beginners
OOP Using JAVA  OBJECT ORIENTED PROGRAMMING USING JAVA (hope guys u will help me please i need your help,thank you so much) Create a Java program...(); oops.OopType(); } } For more information on Java visit to : http