findModifiedAfter


Description:

public static ArrayList<Path> findModifiedAfter (Path root, DateTime after)

Finds files modified after the given date-time.

Parameters:

root

root path.

after

lower bound timestamp.

Returns:

matched files.