Skip to content

alanff15/INI-file-manipulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EN:
	Simple ini file manipulator
	Functions to:
		check if file exists
		count sections in file
		count keys in section
		read section name by index inside file
		read key name by index inside section
		read key value
		write key value (this function will create the key, section and file if they don't exist)

PT:
	Manipulador de arquivos ini simples
	Funções para:
		verificar se o arquivo existe
		contar seções no arquivo
		contar chaves na seção
		ler o nome da seção pelo índice dentro do arquivo
		ler o nome da chave pelo índice dentro da seção
		ler o valor da chave
		escrever o valor da chave (esta função criará a chave, a seção e o arquivo se eles não existirem)

About

Simple INI file manipulator in C/C++

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages