We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Determines whether the path is well-formed absolute path.
Namespace: CodeJam.IOAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static bool IsWellFormedAbsolutePath( string path )
VB
Public Shared Function IsWellFormedAbsolutePath ( path As String ) As Boolean
F#
static member IsWellFormedAbsolutePath : path : string -> bool
Type: Booleantrue if the path is well-formed absolute path; otherwise, false.
true
false
PathHelpers ClassCodeJam.IO Namespace
There was an error while loading. Please reload this page.