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.2
Syntax public static string GetTempFileName()
Public Shared Function GetTempFileName As String
public:
static String^ GetTempFileName()
static member GetTempFileName : unit -> string
Return Value
Type:
StringThe full path of the temporary file.
See Also