INI File Reading Utility

Read INI file entries, by giving the application and key strings.
3.4K Downloads
Updated 11 Jun 2004

No License

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 (2024). INI File Reading Utility (https://www.mathworks.com/matlabcentral/fileexchange/5182-ini-file-reading-utility), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R13
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0

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