Skip to content

M_CodeJam_IO_PathHelpers_IsSimpleName

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

PathHelpers.IsSimpleName Method

Determines whether the path is a simple file or directory name.

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

Syntax

C#

public static bool IsSimpleName(
	string path
)

VB

Public Shared Function IsSimpleName ( 
	path As String
) As Boolean

F#

static member IsSimpleName : 
        path : string -> bool 

Parameters

 

path
Type: System.String
The path.

Return Value

Type: Boolean
true if the path isa simple file or directory name; otherwise, false.

See Also

Reference

PathHelpers Class
CodeJam.IO Namespace

Clone this wiki locally