Skip to content

M_CodeJam_IO_PathHelpers_EnsureContainerPath

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

PathHelpers.EnsureContainerPath Method

Appends directory separator char if the path is not a volume or directory path.

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

Syntax

C#

public static string EnsureContainerPath(
	string path
)

VB

Public Shared Function EnsureContainerPath ( 
	path As String
) As String

F#

static member EnsureContainerPath : 
        path : string -> string 

Parameters

 

path
Type: System.String
The path.

Return Value

Type: String
Path that ends with one of path separator chars.

See Also

Reference

PathHelpers Class
CodeJam.IO Namespace

Clone this wiki locally