❔ File.WriteAllText(string, string?) and similar fail to write to file
Hi, im working on a Logger library and im trying different ways to implement logging to a file, but no matter what i tried (File.WriteAllText, File.WriteAllTextAsync, File.Append, FileStream.Write) they all end creating a file, but not writing to it
the function for writing text to a file is as follow