PathLister

sealed trait PathLister
Companion:
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def get(): Seq[File]

Evaluates this finder and converts the results to a Seq of distinct Files. The files returned by this method will reflect the underlying filesystem at the time of calling. If the filesystem changes, two calls to this method might be different.

Evaluates this finder and converts the results to a Seq of distinct Files. The files returned by this method will reflect the underlying filesystem at the time of calling. If the filesystem changes, two calls to this method might be different.