Click or drag to resize
PathGetTempFileName Method
Creates a uniquely named, zero-byte temporary file on disk and returns the full path of that file.

Namespace: Alphaleonis.Win32.Filesystem
Assembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
public static string GetTempFileName()

Return Value

Type: String
The full path of the temporary file.
See Also