-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_IO_TempData_CreateDirectory_1
Andrew Koryavchenko edited this page Jun 17, 2018
·
3 revisions
Creates temp directory and returns IDisposable to free it.
Namespace: CodeJam.IO
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static TempData.TempDirectory CreateDirectory(
string dirPath
)
VB
Public Shared Function CreateDirectory (
dirPath As String
) As TempData.TempDirectory
F#
static member CreateDirectory :
dirPath : string -> TempData.TempDirectory
- dirPath
- Type: System.String
The dir path.
Type: TempData.TempDirectory
Temp directory to be freed on dispose.