RosettaCodeData/Task/Secure-temporary-file/C-sharp/secure-temporary-file.cs

5 lines
75 B
C#
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
using System;
using System.IO;
Console.WriteLine(Path.GetTempFileName());