11-27-2006 12:54 AM
11-27-2006 01:35 AM
11-27-2006 02:33 AM
11-27-2006 02:45 AM
In my opinion trying to patch an unknown error can be dangerous. Let's make an example: you are getting a "permission denied" error while trying to rename temporary file to the original file name; since this is a structural error whose conditions are not subject to change in time, you will be tied in an endless loop of infinte errors without solution!
The basic of all error strategies is to know what is happening before proceeding to correct it; so turning back to my basic question: are you receiving some error code from Ini_WriteToFile ( ) ?
11-27-2006 03:15 AM