Hi,
How do i get the all files/folders in a given path (1 level so not files in the folders)?
Also check if an item is a file or a folder?
All in win32
Cheers
Alex
Printable View
Hi,
How do i get the all files/folders in a given path (1 level so not files in the folders)?
Also check if an item is a file or a folder?
All in win32
Cheers
Alex
>>All in win32<<
Please post your windows specific questions in the windows board. Moved.
edit: This thread discusses the same thing:
http://cboard.cprogramming.com/windows-programming/82593-how-get-names-folders-specific-folder.html
try out dirent.h and the function 'findnext()'
It may help