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.
# 2 Re: How to get list file in specified directory
Either use FindFirstFile, FindNextFile or the ShellApi ( IShellFolder etc)