Hello good people and the mighty binary god,
I created a txt file and I need to continue only after this is done.
What would be the best method with WaitFor ?
I created a txt file and I need to continue only after this is done.
B4X:
Writer.Initialize(File.OpenOutput(File.DirInternal, "index.html" , False))
Writer.WriteLine (FinalHtml)
Writer.Close
Log ("index file created.")
' wait for confirmation that this file exists before continue'
What would be the best method with WaitFor ?