[top][index]
search for:

path -- list of directories to look in

A list of strings containing names of directories in which load and input should seek files. These strings are simply concatenated with the filename being sought, so should include any necessary terminal slashes.

i1 : path

o1 = {/home/17/dan/src/M2/Macaulay2/m2/, , .., ../../../m2/, ../../../packages/}

o1 : List
i2 : path = append(path, getenv "HOME" | pathSeparator | "resolutions" | pathSeparator)

o2 = {/home/17/dan/src/M2/Macaulay2/m2/, , .., ../../../m2/, ../../../packages/, /home/users/dan/resolutions/}

o2 : List


[top][index]
search for: