-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_IO_TempData_CreateFile
Andrew Koryavchenko edited this page Jun 17, 2018
·
6 revisions
Creates temp file and return disposable handle.
Namespace: CodeJam.IO
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static TempData.TempFile CreateFile()
VB
Public Shared Function CreateFile As TempData.TempFile
F#
static member CreateFile : unit -> TempData.TempFile
Type: TempData.TempFile
Temp file to be freed on dispose.