About 901,000 results
Open links in new tab
  1. c# - Reading/writing an INI file - Stack Overflow

    Oct 20, 2008 · INI files, XML files, JSON files, and other configuration file formats designed specifically for this function should be placed into the AppData folder where they are SUPPOSED to go.

  2. Do standard Windows .ini files allow comments? - Stack Overflow

    Sep 4, 2009 · Windows INI API support for: Line comments: yes, using semi-colon ; Trailing comments: No The authoritative source is the Windows API function that reads values out of INI files …

  3. How can I find the php.ini file used by the command line?

    1133 Just run php --ini and look for Loaded Configuration File in the output for the location of php.ini used by your CLI.

  4. How to read and write INI file with Python3? - Stack Overflow

    I need to read, write and create an INI file with Python3. FILE.INI default_path = "/path/name/" default_file = "file.txt" Python File: # Read file and and create if it not exists config = in...

  5. linux - Where can I find php.ini? - Stack Overflow

    The great catch is the last step is to configure file php.ini, but there aren't any php.ini files on my system. PHP works fine, except of course for this newfangled ibm_db2 thingamajig.

  6. ini - where to put initialization files in windows - Stack Overflow

    May 12, 2015 · I have more than one application. for personal reasons, I wouldn't like to use the registry: I prefer plain text initialization files (.ini). I also don't feel like holding the files in the same directory as …

  7. How would you save a simple settings/configuration file in Python?

    Oct 27, 2024 · Configuration files in Python There are several ways to do this depending on the file format required. ConfigParser [.ini format] I would use the standard configparser approach unless …

  8. Recommended way to read and write .ini files - Stack Overflow

    Note that the directory that holds the ini file must exist before this can run It's not pleasant, but you can use the Windows API. Here's a link, and another from MS.

  9. Where is MySQL's my.ini located on Windows? - Stack Overflow

    You can find the my.ini file in windows at this location- C:\ProgramData\MySQL\MySQL Server 5.6 the ProgramData folder is a hidden folder, so make the according setting to see that folder.

  10. How to correctly use `.user.ini`-file in PHP? - Stack Overflow

    Aug 24, 2015 · Using the above .user.ini -file (in my working directory) I expect the "Setting for 'display_errors': " having a value of on or 1, but it's empty. How to correctly change settings using the …