Skip to content

M_CodeJam_IO_TempData_TempBase_DebugAssertValidPath

Andrew Koryavchenko edited this page Jun 17, 2018 · 3 revisions

TempData.TempBase.DebugAssertValidPath Method

Checks that the path is valid.

Namespace: CodeJam.IO
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0

Syntax

C#

[ConditionalAttribute("DEBUG")]
protected static void DebugAssertValidPath(
	string path
)

VB

<ConditionalAttribute("DEBUG")>
Protected Shared Sub DebugAssertValidPath ( 
	path As String
)

F#

[<ConditionalAttribute("DEBUG")>]
static member DebugAssertValidPath : 
        path : string -> unit 

Parameters

 

path
Type: System.String
The path.

See Also

Reference

TempData.TempBase Class
CodeJam.IO Namespace

Clone this wiki locally