We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Returns a random name for a temp file or directory.
Namespace: CodeJam.IOAssembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public static string GetTempName()
VB
Public Shared Function GetTempName As String
F#
static member GetTempName : unit -> string
Type: StringA random name
The resulting name is a local name (does not include a base path)
TempData ClassCodeJam.IO Namespace