How do you overwrite instead of append to a text file in Android? -


  फ़ाइल myDir = new file (getFilesDir)। GetAbsolutePath ()); फ़्वाइरटर एफडब्ल्यू = नए फ़्रीवेयर (myDir + "/score.txt"); Fw.write ("हैलो वर्ल्ड"); fw.close ();   

उपरोक्त कोड टेक्स्ट फ़ाइल को जोड़ता है। आप इसे कैसे ओवरराइट करते हैं?

जवाडॉक्स आपका दोस्त हैं:

आपूर्ति झूठी और आप ऐपेंड के बजाय अधिलेखित करेंगे।

  फ़्वाइरटर एफडब्ल्यू = नया फ़्वाइरेटर (माइडीर + "/ स्कोर .txt ", झूठी);    

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -