paths property

List<String> get paths

All paths where the application was found.

Contains a list of all directories in PATH that contain the requested application, in the order they appear in PATH.

If first was true during the search, this will contain at most one path. Otherwise, it contains all found locations.

Returns an empty list if no paths were found.

Implementation

List<String> get paths => _paths;