Apr 22, 2003 #1 cgillin Programmer Mar 20, 2003 58 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 Jun 3, 2000 4,709 UA Use list() method of File class in conjunction with isFile() method. Regards, Dima Upvote 0 Downvote