-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_IO_TempData_CreateFile_1
Andrew Koryavchenko edited this page Jul 4, 2017
·
9 revisions
Creates temp file and return disposable handle.
Namespace: CodeJam.IO
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public static TempData.TempFile CreateFile(
string dirPath
)
VB
Public Shared Function CreateFile (
dirPath As String
) As TempData.TempFile
F#
static member CreateFile :
dirPath : string -> TempData.TempFile
- dirPath
- Type: System.String
The dir path.
Type: TempData.TempFile
Temp file to be freed on dispose.