> I've just noticed something...
>
> We don't currently have a method of showing which games are
> available in order to allow a user to select which game
> they'd like to play.
>
> Is it possible to scan the data directory, check the Game.xml
> files, and return a list of game names?
See java.io.File.
If a file is a directory, list() returns the names of its contents.
Erik.
|