Find the answer to your Linux question:
Results 1 to 2 of 2
Hello, In windows i used GetPrivateProfileString function for getting values from ini file can anyone tell me what is the equivalent function in linux thanks in advance...
  1. #1
    Just Joined!
    Join Date
    Aug 2007
    Posts
    1

    problem in porting

    Hello,
    In windows i used GetPrivateProfileString function for getting values from ini file
    can anyone tell me what is the equivalent function in linux
    thanks in advance

  2. #2
    Trusted Penguin Cabhan's Avatar
    Join Date
    Jan 2005
    Location
    Seattle, WA, USA
    Posts
    3,230
    We don't use ini files in Linux. Because Linux programming isn't done in the context of a framework, we don't have a predetermined config file format. You could parse your ini file yourself, or even use an entirely different format for your config file.

    Someone asked a similar question here:
    http://www.linuxforums.org/forum/lin...ile-linux.html
    DISTRO=Arch
    Registered Linux User #388732

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...