Then why bother with FSO??? Unless you need an extra dependencies in your project, otherwise use built in Dir function. MSDN has pretty good example how to use it. All you will need (generally speaking) is to check if current file is a "folder". If yes then load its name into your Listview control. Plain and simple and what's more important - NO DEPENDENCIES what-so-ever.