-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_IO_PathHelpers_EnsureContainerPath
Andrew Koryavchenko edited this page Jun 17, 2018
·
2 revisions
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
C#
public static string EnsureContainerPath(
string path
)
VB
Public Shared Function EnsureContainerPath (
path As String
) As String
F#
static member EnsureContainerPath :
path : string -> string
- path
- Type: System.String
The path.
Type: String
Path that ends with one of path separator chars.