- 
                Notifications
    You must be signed in to change notification settings 
- Fork 35
M_CodeJam_IO_TempData_CreateDirectory
        andrewvk edited this page Apr 22, 2016 
        ·
        7 revisions
      
    [This is preliminary documentation and is subject to change.]
Creates temp directory and returns IDisposable to free it.
Namespace: CodeJam.IO
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public static TempData.TempDirectory CreateDirectory()VB
Public Shared Function CreateDirectory As TempData.TempDirectoryF#
static member CreateDirectory : unit -> TempData.TempDirectory 
Type: TempData.TempDirectory
Temp directory to be freed on dispose.