> Specify a pathname for the file that inlcudes a new or
> (existing) folder name e.g. c:\userdata\PaulStevenBeer.txt
> and it will be created accordingly.
This is unfortunately not correct. There are several tools you can use to
create new directories, but FileIO is not one of them. Try FileXtra,
BudAPI, OSUtil etc for this.
It'd be nice if FileIO did this, but it doesn't.
> Therefore I would create a text file called PaulStevenBeer.txt
People often tend to include characters in passwords that might give you
filename problems on Windows. A possible way to remedy this is to include
the password as part of the contents of the file. For that matter, you
could create a single "QuizResults.txt" file that contains a data stucture
similar to the following:
[ [#name:"Joe Schmoe",#password:"1234",#questionFinished:7,#score:89 ] ]
And each time a new user takes the quiz, you can add them to the list. This
way, you'd have only a single file to read, you'd always know where it is,
and you wouldn't have to deal with users typing mistakes when trying to
locate it.
Hope this helps,
Rob
/*********************************
* Rob Wingate, Software Human *
* http://www.vingage.com *
* mailto:[EMAIL PROTECTED] *
*********************************/
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list,
email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo. Thanks!]