C# Class Ocronet.Dynamic.Utils.DirPattern

Show file Open project: nickun/OCRonet Class Usage Examples

Public Methods

Method Description
DirPattern ( string DirName, string EntryPattern ) : System

Scan directory for regex pattern. You can use brackets () to saved substring.

Exist ( string DirName, string EntryPattern ) : bool
Exist ( string DirName, string SubDirPattern, string EntryPattern ) : bool
this ( int i ) : string

Method Details

DirPattern() public method

Scan directory for regex pattern. You can use brackets () to saved substring.
public DirPattern ( string DirName, string EntryPattern ) : System
DirName string
EntryPattern string
return System

Exist() public static method

public static Exist ( string DirName, string EntryPattern ) : bool
DirName string
EntryPattern string
return bool

Exist() public static method

public static Exist ( string DirName, string SubDirPattern, string EntryPattern ) : bool
DirName string
SubDirPattern string
EntryPattern string
return bool

this() public method

public this ( int i ) : string
i int
return string