I use FileIO for several reasons:

1. If I want to make a Mac version, I can use similar code on both platforms.

2. It is easier to delete preferences files (or tell users to) if the files
are external rather than simply registry entries.

3. I can have a user send me their preferences file if I need to debug
something.

4. I'm usually writing stuff that doesn't belong in the INI file, such as
saved games, user tracking info, etc.

5. Some clients freak out about writing to the registry (even though they
shouldn't)

Cheers,
Bruce

> I'm working on an app that needs to save user selections to disk.
>  In the past, I have use FileIO to do this sort of thing, but
> this time I'm considering using Buddy API's "baWriteIni" because
> it's much simpler.  Can anyone think of any reasons why I should
> not do this?



[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!]

Reply via email to