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.
Checks that the path is valid.
Namespace: CodeJam.IOAssembly: 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
TempData.TempBase ClassCodeJam.IO Namespace