I have a string with a C# program that I want to write to a file and always overwrite the existing content. If the file isn’t there, the program should create a new file instead of throwing an exception.

I have a string with a C# program that I want to write to a file and always overwrite the existing content. If the file isn’t there, the program should create a new file instead of throwing an exception.