how can I operate *.ini file

Login to reply to this topic.
Mon, 2007-10-22 08:33
Joined: 2004-12-07
Forum posts: 72

Hello,

I will use a ini file in my application to store some settings. But I have some questions about it.

Where should I save it?
How can I read it from the application? for example volume, light intensity and others?

Thanks!


Mon, 2007-10-22 09:56
Joined: 2005-04-20
Forum posts: 34
Re: how can I operate *.ini file

Hi,

You can store it in your application specific folder.

you can read it using RFile API .. it is as good as any other file.

Regards
Symb71


Shoot for the moon. Even if you miss, you'll land among the stars.

Pavan

Mon, 2007-10-22 10:09
Joined: 2004-12-07
Forum posts: 72
Re: how can I operate *.ini file

Thanks!

But If I have several rows and colums.Each time, I just update some of them. How should I do?

  • Login to reply to this topic.