-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_IO_TempData_GetTempName_1
Andrew Koryavchenko edited this page Jun 17, 2018
·
1 revision
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(
string extension
)
VB
Public Shared Function GetTempName (
extension As String
) As String
F#
static member GetTempName :
extension : string -> string
- extension
- Type: System.String
The extension for thew filename.
Type: String
A random name
The resulting name is a local name (does not include a base path)