We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Checks if the path ends with directory or volume separator chars.
Namespace: CodeJam.IOAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static bool IsContainerPath( string path )
VB
Public Shared Function IsContainerPath ( path As String ) As Boolean
F#
static member IsContainerPath : path : string -> bool
Type: Booleantrue if the path ends with separator char; otherwise, false.
true
false
PathHelpers ClassCodeJam.IO Namespace