Problem with writeprivateprofilestring()
-
Hi I am using writeprivateprofilestring function to update two files. Suppose Two files are A.ini and B.ini. First we call writeprivateprofilestring for A.ini by and After call writeprivateprofilestring for B.ini. Both file value update successfully. but after call writeprivateprofilestring for b.ini and system is being restart then Only second file B.ini value is update but A.ini value is not updated
-
Hi I am using writeprivateprofilestring function to update two files. Suppose Two files are A.ini and B.ini. First we call writeprivateprofilestring for A.ini by and After call writeprivateprofilestring for B.ini. Both file value update successfully. but after call writeprivateprofilestring for b.ini and system is being restart then Only second file B.ini value is update but A.ini value is not updated
shivanandgupta wrote:
Both file value update successfully.
How are you verifying this?
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"Man who follows car will be exhausted." - Confucius
-
shivanandgupta wrote:
Both file value update successfully.
How are you verifying this?
"One man's wage rise is another man's price increase." - Harold Wilson
"Fireproof doesn't mean the fire will never come. It means when the fire comes that you will be able to withstand it." - Michael Simmons
"Man who follows car will be exhausted." - Confucius
function do well. but in case power restart then first value is not updated but second value is updated.