How to get list file in specified directory

Hi everyone!
How to get all files or subdirectory in a specified directory.
please tell me.
Thank you.
[124 byte] By [phamnguyentung] at [2007-11-18 17:45:56]
# 1 Re: How to get list file in specified directory
check the faqs...

http://www.dev-archive.com/forum/showthread.php?s=&threadid=231184
Mick at 2007-11-11 1:25:42 >
# 2 Re: How to get list file in specified directory
Either use FindFirstFile, FindNextFile or the ShellApi ( IShellFolder etc)
PadexArt at 2007-11-11 1:26:42 >