About 744,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 …

  2. 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.

  3. 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 …

  4. 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.

  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. 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...

  7. Setting the Timezone for PHP in the php.ini file - Stack Overflow

    1) Go to your phpinfo() page and search for Loaded Configuration File and open the php.ini file mentioned under that section. 2) Change the default timezone settings by adding your new …

  8. How can I Import settings from a MobaXterm.ini file to …

    Dec 12, 2022 · I've installed MobaXterm in my computer, but I can´t find a way to import the settings from the mobaXterm.ini. I've alreay read the documentation (I've tried, at least, with …

  9. How to locate the php.ini file (xampp) - Stack Overflow

    Sep 11, 2016 · I am using xamppserver for PHP development and want to edit the php.ini file; where can I locate it?

  10. 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.