Page 1 of 1

More directories...

PostPosted: Jul 21, 2001 @ 4:48pm
by Malmer
ok this is probably something I should know, but how do I get a list of all files in a specific folder?<br>

Re: More directories...

PostPosted: Jul 21, 2001 @ 4:50pm
by Moose or Chuck
Programming -wise, or like Window's Explorer -wise... because i don't know either. But you could test for a file name with an if statement. Don't know about listing the names though.

Re: More directories...

PostPosted: Jul 21, 2001 @ 4:53pm
by Malmer
programming wise...I know how to use explorer :)

Re: More directories...

PostPosted: Jul 21, 2001 @ 5:59pm
by Digby
FindFirstFile/FindNextFile<br>

Re: More directories...

PostPosted: Jul 22, 2001 @ 9:57am
by Malmer
thanks.