Apr 22, 2003 #1 cgillin Programmer Joined Mar 20, 2003 Messages 58 Location US I have to be able to list all of the files that are in the current directory that I'm running a program in. Does anyone know how to do that? Thanks for the help Chris
I have to be able to list all of the files that are in the current directory that I'm running a program in. Does anyone know how to do that? Thanks for the help Chris
Apr 22, 2003 #2 sem Programmer Joined Jun 3, 2000 Messages 4,709 Location UA Use list() method of File class in conjunction with isFile() method. Regards, Dima Upvote 0 Downvote