Go to the first, previous, next, last section, table of contents.


which

which("filename")
:: This returns the path name for the filename which load() will read.
return
path name
filename
filename (path name) or 0
[0] which("gr");               
./gb/gr
[1] which("/usr/local/lib/gr");
0
[2] which("/usr/local/lib/asir/gr");
/usr/local/lib/asir/gr
References
section load.


Go to the first, previous, next, last section, table of contents.