I want to make my txt file hidden cross platform,but everything I found didn't work for me. Can someone help me in my situation please.
file = open("helloworld.txt","a")
file.write("HELLO WORLD")
file.close()
return
so thats a simple version of my code,how do I make helloworld.txt hidden,with something like a file format.