Hi chris,
You want to create .INI File, this file is nothing but a file which stores information, so if you check your system you will find many .ini files. you can also open this file in notepad as it is a text file.
Thats enough with the .Ini file information, now the creation of it,
As i said its a text file, you will create a text file using IO.File class, CreateText() function, you have to provide a path with the file name as a parametr to this function and you will give the file name as Filename.INI, don't forget .ini extension.
If you still hve doubt you can have a look at help on IO.File.
This will create the .ini file for you, now you can write your data using the same IO.File class, but i'll won't suggest you to create the .ini file as it can be opened easily by anyone and the information stored will be known to others.
You can ask your PM to suggest the alternate option of storing information. If this is for internal use only then i guess you can go ahead, but still you confirm it with your PM.
All the best for your future asignments.
If you need any other help do let me know.
Hope this information helps you.
Regards,
Rushabh D. Vipani.