I don't know Kazza - but this sounds like a version of Windows Explorer, where you open select a directory and it displays the contents, or the My Documents button in Office apps. Am I getting closer to what you mean?
Don't know of a specific WinAPI function, but you could do the same with FindFirst and FindNext and fill a string grid with the contents. There is an example of this in the FindFirst help
Chris ;-)