We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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