Skip to content

M_CodeJam_IO_PathHelpers_IsContainerPath

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

PathHelpers.IsContainerPath Method

Checks if the path ends with directory or volume separator chars.

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

Syntax

C#

public static bool IsContainerPath(
	string path
)

VB

Public Shared Function IsContainerPath ( 
	path As String
) As Boolean

F#

static member IsContainerPath : 
        path : string -> bool 

Parameters

 

path
Type: System.String
The path.

Return Value

Type: Boolean
true if the path ends with separator char; otherwise, false.

See Also

Reference

PathHelpers Class
CodeJam.IO Namespace

Clone this wiki locally