Gr, I have another question, is there a way to have a proc search a certain directory for character names? here's how I have my directorys set up:
players
player1
Character1
Character Save.sav
Character2
Character Save.sav
Character3
Character Save.sav
Character4
Character Save.sav
Character5
Character Save.sav
Player2
And so on and so forth...So I need to know if I can make it search ("/players/player1/") for ANY Directories, if it does, return character names, if it doesn't, end the proc.
I decided to use savefiles instead of lists, because savefiles are simply easier.
Any help would be appreciated, thanks in advance.
ID:171012
Nov 22 2004, 2:48 pm
|
|
Nov 22 2004, 3:11 pm
|
|
The flist() proc will give the directory contents as a list.
|
In response to Nick231
|
|
Ok, I called the flist proc, now, how would I take the results, and copy all sub directories names to return as available names?
|