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 file and return disposable handle.
Namespace: CodeJam.IOAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static TempData.TempFile CreateFile( string dirPath )
VB
Public Shared Function CreateFile ( dirPath As String ) As TempData.TempFile
F#
static member CreateFile : dirPath : string -> TempData.TempFile
Type: TempData.TempFileTemp file to be freed on dispose.
TempData ClassCreateFile OverloadCodeJam.IO Namespace