Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
java programming help
Name: priti Date: March 1, 2004 at 17:40:11 Pacific OS: win 2000 CPU/Ram: p3
Comment:
Hi, I want to visit each directory/subdirectories above the given file. like: /abc/xyz/hi.html I want to visit directory abc, xyz and want to check files inside those directory. Check files mean the name of the file, e.g is there any hi.html already created in above directory or not? I greatly appreciate any help.
You'll need to modify the FileFilter to look for that particular html file, and you will need to change 'Traverse' to look for '..' instead of all other sub directories.
Summary: Hello, I have to create java program using Array, which my teacher said would be a lot easier. However, I am not sure how to write this, as I am a newbie at java. Could someone please help me with thi...
Summary: Simulation - A virtual student taking midterm test. A virtual student takes a test that has 8 true/false questions, and the probabilities of his/her answering the questions right are: 81%, 30%, 95%, 1...
Summary: Hi all, Im taking course intro to java programming and Im having problem w/ my program. I suppose to get an average number from three input number but I dont get the right result. For instance, i put...