[ < ] [ > ]   [ << ] [ Up ] [ >> ]         [Top] [Contents] [Index] [ ? ]

6.11.3 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
6.11.2 load.



This document was generated by root on March, 5 2004 using texi2html