INI File Reading Utility

Read INI file entries, by giving the application and key strings.

You are now following this Submission

This utility works similar to the GetPrivateProfileString function availble in C. The function reads a value of the key from an INI text file, given the application name (section name in square brackets) and a key name.

Cite As

Irtaza Barlas (2026). INI File Reading Utility (https://www.mathworks.com/matlabcentral/fileexchange/5182-ini-file-reading-utility), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0.0

Fixed some bugs and error messages. This version seems to be running fine.
-ib