findByRegex


Description:

public static ArrayList<Path> findByRegex (Path root, string pattern)

Finds files by regex pattern.

Parameters:

root

root path.

pattern

regex pattern.

Returns:

matched files.