Example: create file if not exists c# You can simply call using (StreamWriter w = File.AppendText("log.txt")) It will create the file if it doesn't exist ...
確定! 回上一頁