Game Development Community

List Directory Contents

by Chris Labombard · in Torque Game Engine · 08/29/2005 (11:00 am) · 2 replies

I have created a save / load system and have everything working.

What I want to do is push a dialog that lists the name of every file in my archive directory, so that the player can pick one and load there saved game.

Is there a way to do this currently, or can anyone point me in a good direction ?

About the author

I have been a professional game programmer for over 5 years now. I've worked on virtually every platform, dozens of games and released a few of my own games, including 2 iPhone titles and a title waiting release on Big Fish Games.


#1
08/29/2005 (11:21 am)
Have you looked at how the editors do it?
#2
08/29/2005 (12:30 pm)
findFirstFile();
findNextFile();