-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_IO_TempData_TempBase_DebugAssertValidPath
Andrew Koryavchenko edited this page Jun 17, 2018
·
3 revisions
Checks that the path is valid.
Namespace: CodeJam.IO
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
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
- path
- Type: System.String
The path.