• Oops - I found my mistake: I should replace

    if (TestFile.write('4testing','Hello, World!')) {
    

    with

    if (TestFile.write('Hello, World!')) {
    

    shouldn't I?

    Sorry for bothering you!

About