TempFileBuilder
Provides static methods to build temporary files that are easier to debug and sort than GetTempFileName and employ unique file names to avoid collisions.
Gets a uniquely named, zero-byte temporary file on disk and returns the full path of that file.
Gets a uniquely named with a user-defined suffix, zero-byte temporary file on disk and returns the full path of that file.
Gets a uniquely named with a user-defined suffix, zero-byte temporary file on disk and returns the full path of that file.