i use the ini4J library to manipulate an ini File.
The Method store() change the comment signifier in every line from ';' to '#'.
Now my application which is using this ini file can't read this typ of comment.
Are there any options to prevant this change?
If not, do you now other ini parser then the ini4j?
Best regards Alex