Hi ..
Can anyone tell me any built it function which lists files in directory....
Thanks in advance
Prakash
If by built it function you mean standard functions, there are non. Each platform has it's own way of interfacing to its file system.
For an easy, cross-platform method, Boost provides a library.
http://www.boost.org/doc/libs/1_37_0/libs/filesystem/doc/index.htm
Thanks alot Kbw and computerquip for your valuable input.... :)