https://github.com/khanh779/inicontent_reader
This is a simple INI file reader and editor application built with C#. It allows users to open, read, and edit INI files, displaying their structure in a TreeView.
https://github.com/khanh779/inicontent_reader
ini ini-file ini-parser ini-reader read-ini
Last synced: 9 months ago
JSON representation
This is a simple INI file reader and editor application built with C#. It allows users to open, read, and edit INI files, displaying their structure in a TreeView.
- Host: GitHub
- URL: https://github.com/khanh779/inicontent_reader
- Owner: Khanh779
- License: gpl-3.0
- Created: 2024-06-28T02:40:47.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-30T13:49:59.000Z (over 1 year ago)
- Last Synced: 2025-01-21T02:07:36.615Z (11 months ago)
- Topics: ini, ini-file, ini-parser, ini-reader, read-ini
- Language: C#
- Homepage:
- Size: 88.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Ini Content Reader
This is a simple INI file reader and editor application built with C#. It allows users to open, read, and edit INI files, displaying their structure in a TreeView.
## Getting Started

## Features
- Open and read INI files.
- Display the structure of INI files in a TreeView.
- Add or update sections, keys, and values.
- Save the modified INI file.
### Prerequisites
- .NET Framework 4.7.2 or higher