06-11-2006, 10:29 PM
there is no "extension" to make a folder... folders don't have extensions... just do this in the "addaccount" sub
Call MkDir(App.Path & "\accounts\" & Trim$(Player(Index).Login))
then, just adjust the save player sub, so it uses this file...
App.Path & "\accounts\" & Trim$(Player(Index).Login) & "\" & Trim$(Player(Index).Login) & ".ini"
then it'll create a folder, and store your player's account (ini, i assume) in that folder)
Call MkDir(App.Path & "\accounts\" & Trim$(Player(Index).Login))
then, just adjust the save player sub, so it uses this file...
App.Path & "\accounts\" & Trim$(Player(Index).Login) & "\" & Trim$(Player(Index).Login) & ".ini"
then it'll create a folder, and store your player's account (ini, i assume) in that folder)