parse


Description:

public static List<string> parse (string path, int max_paths, bool check, out List<string> check_failed)

Parameters:

path

A list of directories separated by SEARCHPATH_SEPARATOR .

max_paths

The maximum number of directories to return.

check

true if you want the directories to be checked.

check_failed

Returns a List of path elements for which the check failed.

Returns:

A List of all directories in path.