22.10.2012, 23:41
Quote:
INI_ParseFile no tiene ningun bug conosido y ha sido testeado por muchos scripters, serias el primero en encontrar un bug en dicha funcion y creo que el error es tuyo, pero puedo equivocarme.
Si el archivo no fuera creado, en tu log deberias tener una linea como esta: "INI_Open could not find or create file {tu_archivo}". Es muy posible que estes eliminando el archivo. |
y segun ****** dijo ke INI_ParseFile es lo ke le sigue a INI_Load y podeso he intentado tambien colocandolo antes de INI_ParseFile. :S
INI_Load - Loads an INI file using standard features.
INI_ParseFile - Loads a file as an ini and distributes data.
INI_GetEntryName - Gets the name of an INI item.
INI_GetEntryText - Gets the value of an INI item.
INI_Open - Opens an INI for writing.
INI_Close - Closes an INI being written to.
INI_SetTag - Sets a subheading in an INI fo subsequent writes.
INI_WriteString - Writes a string to an INI.
INI_WriteInt - Writes an int to an INI.
INI_WriteFloat - Writes a float to an INI.
INI_WriteHex - Writes a hex to an INI.
INI_WriteBin - Writes a binary to an INI.
INI_WriteBool - Writes a boolean to an INI.
INI_RemoveEntry - Remove an entry from a file.
Static:
INI_WriteBuffer - Writes an INI's buffer to the file.
INI_AddToBuffer - Adds a string to an INI buffer.
Inline:
INI_Int - Parse an integer INI entry.
INI_Float - Parse a float INI entry.
INI_Hex - Parse a hex INI entry.
INI_Bin - Parse a binary INI entry.
INI_Bool - Parse a binary INI entry.
INI_String - Parse a string INI entry.
cual Elimina el Archivo ? INI_RemoveEntry creo ke elimina una linea. pero tampoco lo estoy usando . :S