-
Notifications
You must be signed in to change notification settings - Fork 34
M_CodeJam_IO_PathHelpers_IsWellFormedAbsolutePath
Andrew Koryavchenko edited this page Jul 4, 2017
·
2 revisions
Determines whether the path is well-formed absolute path.
Namespace: CodeJam.IO
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public static bool IsWellFormedAbsolutePath(
string path
)VB
Public Shared Function IsWellFormedAbsolutePath (
path As String
) As BooleanF#
static member IsWellFormedAbsolutePath :
path : string -> bool
- path
- Type: System.String
The path.
Type: Booleantrue if the path is well-formed absolute path; otherwise, false.