Link to home
Start Free TrialLog in
Avatar of kenanerdey
kenanerdey

asked on

Getting file and directory names in a directory.

hi;
i want to get the directory and file names in a directory. And adding them into a pop-up menu
i want to create a start-up menu like windows'. thanks for your help.
Avatar of AlexFM
AlexFM

See FindFirstFile, FindNextFile, FindClose.
Avatar of kenanerdey

ASKER

i now but, how will i know what i found is file or directory ? how will i construct the loop ?
ASKER CERTIFIED SOLUTION
Avatar of AlexFM
AlexFM

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial