-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_IO_TempData_GetTempName
Andrew Koryavchenko edited this page Jun 17, 2018
·
3 revisions
Returns a random name for a temp file or directory.
Namespace: CodeJam.IO
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static string GetTempName()
VB
Public Shared Function GetTempName As String
F#
static member GetTempName : unit -> string
Type: String
A random name
The resulting name is a local name (does not include a base path)