Re: Directory Listing using java.io.File
Posted By:
Thomas_Hackel
Posted On:
Monday, June 10, 2002 05:50 AM
just look into the API doc for java.io.File... there are some File.list*() methods.
the rest sounds like a computer science test/task or a school test/task. so solve this really easy recursive problem.
sorry first of all you have to understand programming basics before you take a programming language to solve your problems. go and read some of "knuth"'s algorithm-books or other basic lecture.
i hope no one provide you finished code here! this is a platform to exchange experience and knowledge, not for solving homework.