Skip to content

M_CodeJam_IO_IoCode_IsWellFormedContainerPath

Andrew Koryavchenko edited this page Jun 17, 2018 · 2 revisions

IoCode.IsWellFormedContainerPath Method

Asserts that specified path is well formed and ends with directory or volume separator chars.

Namespace: CodeJam.IO
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0

Syntax

C#

public static void IsWellFormedContainerPath(
	string path,
	string argName
)

VB

Public Shared Sub IsWellFormedContainerPath ( 
	path As String,
	argName As String
)

F#

static member IsWellFormedContainerPath : 
        path : string * 
        argName : string -> unit 

Parameters

 

path
Type: System.String
The path.
argName
Type: System.String
Name of the argument.

See Also

Reference

IoCode Class
CodeJam.IO Namespace

Clone this wiki locally