- 
                Notifications
    You must be signed in to change notification settings 
- Fork 35
M_CodeJam_IO_PathHelpers_IsSimpleName
        Andrew Koryavchenko edited this page Jun 17, 2018 
        ·
        2 revisions
      
    Determines whether the path is a simple file or directory name.
Namespace: CodeJam.IO
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static bool IsSimpleName(
	string path
)VB
Public Shared Function IsSimpleName ( 
	path As String
) As BooleanF#
static member IsSimpleName : 
        path : string -> bool 
- path
- Type: System.String
 The path.
Type: Booleantrue if the path isa simple file or directory name; otherwise, false.