I need to save some info in a text file with anywhere from 1 to probably 10 maximum lines of text.
The user needs to be able to erase some some of these rows to reduce his number of favorites saved.
Does the Map file format allow for removing items in the same manner as the Windows ini file api does, or do I have to create a new file by manually building the only valid rows and then replacing the original file?
The user needs to be able to erase some some of these rows to reduce his number of favorites saved.
Does the Map file format allow for removing items in the same manner as the Windows ini file api does, or do I have to create a new file by manually building the only valid rows and then replacing the original file?