ScriptSpot is a diverse online community of artists and developers who come together to find and share scripts that empower their creativity with 3ds Max. Our users come from all parts of the world and work in everything from visual effects to gaming, architecture, students or hobbyists.
I have successfully done adding, deleting and all sorts of things but not renaming a section in a INI file. how can we rename a section in a INI file using maxscript?
1.Get the values in the section, that you want to rename.
2.Delete the section
3.Create new section with new name and add values from the deleted section.
Comments
.
1.Get the values in the section, that you want to rename.
2.Delete the section
3.Create new section with new name and add values from the deleted section.
Tools and Scripts for Autodesk 3dsMax
Thanks!
Thanks for the tip. I went 1 ,3, 2.