-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_IO_TempData_CreateDirectory_1
andrewvk edited this page Nov 5, 2016
·
3 revisions
Creates temp directory and returns IDisposable to free it.
Namespace: CodeJam.IO
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.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.