- 
                Notifications
    You must be signed in to change notification settings 
- Fork 35
M_CodeJam_IO_TempData_CreateDirectory_2
        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,
	string directoryName
)VB
Public Shared Function CreateDirectory ( 
	dirPath As String,
	directoryName As String
) As TempData.TempDirectoryF#
static member CreateDirectory : 
        dirPath : string * 
        directoryName : string -> TempData.TempDirectory 
- dirPath
- Type: System.String
 The dir path.
- directoryName
- Type: System.String
 Name of the temp directory.
Type: TempData.TempDirectory
Temp directory to be freed on dispose.