We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Creates temp directory and returns IDisposable to free it.
Namespace: CodeJam.IOAssembly: 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
Type: TempData.TempDirectoryTemp directory to be freed on dispose.
TempData ClassCreateDirectory OverloadCodeJam.IO Namespace